/************** 移动端 ************/
.swiper-banner {
    width: 100% !important;
    height: 150px !important;
    overflow: hidden;
}

#address-bg {
    background: url("../images/content/bottom.jpg") no-repeat center center;
}

#address-bg .address-text p {
    color: #fff;
}

#address-bg h2 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}

#address-bg .bg-title {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 10px;
}

/* ------------ plan   ------------ */

#plan {
    background: url("../images/content/plan-banner.jpg") no-repeat center;
    background-size: cover;
}

.plan-introduce {
    margin: 20px 0;
}

.plan-title h2 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
}

.plan-introduce .plan-introduce-text {
    width: 100%;
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 10px 12px 0px rgba(238, 238, 238, 0.8);
}

.plan-introduce .plan-introduce-text .plan-introduce-article {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.plan-introduce .plan-introduce-text .plan-active {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.plan-introduce-text #plan-toggle {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    color: #4581fb;
    margin-top: 20px;
    outline: none;
    text-decoration: none;
    animation: planBtn 1s ease-in-out 0s infinite;
    -webkit-animation: planBtn 1s ease-in-out 0s infinite;
}

@keyframes planBtn {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 10px)
    }
}

.reason {
    margin: 67px 0;
}

.reason .reason-text {
    text-align: center;
}

.reason .reason-text .reason-text-article {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.reason .reason-text .reason-btn {
    display: inline-block;
    font-size: 14px;
    background-color: #4581fb;
    padding: 4px 21px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 30px;
    outline: none;
}

.window {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.window .window-content {
    position: absolute;
    left: 0%;
    top: 50%;
    margin-left: 0px;
    margin-top: -185px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.window .window-content .window-content-title {
    position: relative;
    text-align: center;
}

.window .window-content .window-content-title h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
}

.window .window-content .form-group {
    overflow: hidden;
    margin-bottom: 15px;
}

.window .window-content .window-content-title span {
    position: absolute;
    top: -9px;
    right: 0;
    display: inline-block;
    font-size: 16px;
    color: #ddd;
    font-weight: 500;
    text-align: right;
    cursor: pointer;
}

.window .window-content label {
    width: 25%;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 32px;
}

.window .window-content label span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #e60000;
}

.window .window-content input {
    float: left;
    width: 70%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border: solid 1px #dfdfdf;
    letter-spacing: 1px;
    color: #333;
}

.window .window-content .form-group .window-width {
    width: 33%;
}

.window .window-content .form-group .window-width:nth-child(2) {
    margin-right: 4%;
}

.window .window-content .form-group .btn-default {
    width: 100%;
    display: block;
    background-color: #4581fb;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
    padding: 7px 0;
    margin: 10px 0 30px;
}

.effect {
    margin: 67px 0;
}

.effect .effect-left {
    text-align: left;
}

.effect .effect-left h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 10px;
}

.effect .effect-left p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
    margin-bottom: 2%;
}

.effect .effect-left a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #4581fb;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    margin-top: 5%;
    text-decoration: none;
    transition: all 0.75s ease;
    -moz-transition: all 0.75s ease; /* Firefox 4 */
    -webkit-transition: all 0.75s ease; /* Safari 和 Chrome */
    -o-transition: all 0.75s ease; /* Opera */
}

.effect .effect-left a:hover {
    background-color: #1f66f5;
}

.effect .effect-right {
    text-align: right;
}

.effect .effect-right img {
    width: 100%;
    height: auto;
}

.effect .effect-right img .vhidden {
    position: static;
}

img .vhidden {
    visibility: hidden;
    overflow: hidden;
    top: 0;
    left: 0;
}

.effect .effect-right img .effect-right-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.effect .effect-right .effect-right-icons {
    overflow: hidden;
    float: right;
    margin-bottom: 30px;
}

.effect .effect-right .effect-right-icons span {
    display: block;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.effect .effect-right .effect-right-icons span i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 10px;
}

.effect .effect-right .effect-right-icons span.red i {
    border: solid 2px #ff9db1;
}

.effect .effect-right .effect-right-icons span.blue i {
    border: solid 2px #5c8dfe;
}

.wap {
    background-color: #f9f9f9;
    padding: 30px 0;
}

.wap h2, .pc h2 {
    text-align: center;
}

.wap p, .pc p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.wap .wap-center .wap-center-img, .pc .pc-center .pc-center-img {
    margin-top: 30px;
}

.pc {
    background-color: #fff;
    padding: 30px 0;
}

.pc .pc-center-img video {
    display: block;
    max-width: 100%;
}

.specialty {
    padding: 30px 0;
    background-color: #f9f9f9;
    margin-bottom: 50px;
}

.specialty h2 {
    text-align: center;
}

.specialty .specialty-left {
    margin: 20px 0;
}

.specialty .specialty-right a {
    display: inline-block;
    padding: 5px 25px;
    background-color: #4581fb;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 8% 0;
}

.specialty .specialty-right p {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

/*******   plan-information *******/
#plan-information {
    background: url("../images/content/plan-banner.png") no-repeat center;
    background-size: cover;
}

.flow {
    padding: 30px 0;
    margin-top: 0px;
    background: #fff;
}

.information h2 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
}

.flow .flow-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.flow .flow-img img {
    width: 100%;
}

.flow .flow-text .flew-text-line {
    width: 100px;
    height: 8px;
    background-color: #1268d0;
    margin: 10px 0 15px;
}

.flow .flow-text p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #6a6a6a;
    line-height: 25px;
}

.traffic {
    padding: 30px 0;
    background: #fff;
}

.traffic .traffic-content {
    overflow: hidden;
}

.traffic .traffic-content .traffic-content-box {
    text-align: center;
}

.traffic .traffic-content .traffic-content-box h3 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #1268d0;
}

.traffic .traffic-content .traffic-content-box h3 > span {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1268d0;
}

.traffic .traffic-content .traffic-content-box p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.traffic .traffic-content .traffic-content-box .traffic-content-img {
    width: 40%;
    height: auto;
    overflow: hidden;
    margin: 15px auto 10px;
}

.advertising {
    padding: 30px 0;
    background-color: #f9f9f9;
}

.advertising h2 {
    margin-bottom: 10px;
}

.information .information-p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #6a6a6a;
    text-align: center;
    margin-bottom: 30px;
}

.show {
    padding: 30px 0;
    background: #fff;
}

.show h2 {
    margin-bottom: 10px;
}

.show .show-img {
    border-radius: 6px;
    overflow: hidden;
}

.show .show-dx li {
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-top: 38px;
    margin-top: 25px;
}

.show .show-dx li:hover span {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0); /* IE 9 */
    -moz-transform: translate3d(0, 0%, 0); /* Firefox */
    -webkit-transform: translate3d(0, 0%, 0); /* Safari 和 Chrome */
    -o-transform: translate3d(0, 0%, 0); /* Opera */
}

.show .show-dx li span {
    display: block;
    width: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(39, 43, 157, 0.17);
    font-size: 12px;
    color: #87878A;
    padding: 10px 10px;
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0); /* IE 9 */
    -moz-transform: translate3d(0, -50%, 0); /* Firefox */
    -webkit-transform: translate3d(0, -50%, 0); /* Safari 和 Chrome */
    -o-transform: translate3d(0, -50%, 0); /* Opera */
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
    text-align: left;
    line-height: 20px;
}

.show .show-dx li.dx-liulan {
    background-image: url("../images/content/dx-liulan.svg");
    background-size: 35px;
}

.show .show-dx li.dx-daofang {
    background-image: url("../images/content/dx-daofang.svg");
    background-size: 35px;
    background-position: center 5px;
}

.show .show-dx li.dx-tieba {
    background-image: url("../images/content/dx-tieba.svg");
    background-size: 35px;
}

.show .show-dx li.dx-dili {
    background-image: url("../images/content/dx-dlwz.svg");
    background-size: 35px;
}

.show .show-dx li.dx-yidong {
    background-image: url("../images/content/dx-yidong.svg");
    background-size: 35px;
}

.show .show-dx li.dx-xinxi {
    background-image: url("../images/content/dx-jbxx.svg");
    background-size: 35px;
}

.show .show-dx li.dx-yonghu {
    background-image: url("../images/content/dx-yhxq.svg");
    background-size: 35px;
}

.show .show-dx li.dx-shejiao {
    background-image: url("../images/content/dx-sjgx.svg");
    background-size: 35px;
}

.ad-gray {
    padding: 30px 0;
    background-color: #f9f9f9;
}

.ad-white {
    background: #fff;
}

.ad-gray .ad-gray-box video {
    display: block;
    max-width: 100%;
}

.ad-gray .ad-gray-box .ad-gray-text {
    padding-top: 20px;
}

.ad-gray .ad-gray-box .ad-gray-text h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 10px;
}

.ad-gray .ad-gray-box .ad-gray-text p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
}

.ad-gray .ad-gray-box .ad-gray-text a {
    display: inline-block;
    background-color: #1268d0;
    padding: 5px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all 0.75s ease;
    -moz-transition: all 0.75s ease; /* Firefox 4 */
    -webkit-transition: all 0.75s ease; /* Safari 和 Chrome */
    -o-transition: all 0.75s ease; /* Opera */
}

.ad-gray .ad-gray-box .ad-gray-text a:hover {
    background: #055dc7;
}

.way {
    padding: 30px 0;
    background: #fff;
}

.way h2 {
    margin-bottom: 20px;
}

.way .way-box {
    width: 100%;
    margin: 50px auto 0;
    overflow: hidden;
}

.way .way-box li {
    position: relative;
    float: left;
    width: 100%;
    border: solid 2px #dfdfdf;
    padding: 15px;
    margin-bottom: 20px;
    text-align: right;
    box-sizing: border-box;
}

.way .way-box li:before, .way .way-box li:after {
    box-sizing: border-box;
    content: '';
    border: 2px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
}

.way .way-box li:before {
    top: -2px;
    left: 2px;
    transition: border-color 0s 0.8s, width 0.2s 0.6s, height 0.2s 0.4s;
}

.way .way-box li:hover:before {
    border-top-color: #1268d0; /*上边框颜色*/
    border-right-color: #1268d0;
    width: 100%;
    height: 100%;
    transition: width 0.2s, height 0.2s 0.2s;
}

.way .way-box li:after {
    right: 2px;
    bottom: -2px;
    transition: border-color 0s 0.4s, width 0.2s 0.2s, height 0.2s;
}

.way .way-box li:hover:after {
    border-bottom-color: #1268d0;
    border-left-color: #1268d0;
    width: 100%;
    height: 100%;
    transition: border-color 0s 0.4s, width 0.2s 0.4s, height 0.2s 0.6s;
}

.way .way-box li:nth-child(2n-1) {
    margin-right: 100px;
    text-align: left;
}

.way .way-box li h4 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #6a6a6a;
    text-align: left;
}

.way .way-box li.way-active {
    border: 2px solid #1268d0;
}

.way .way-box li.way-active h4 {
    color: #1268d0;
}

.way .way-box li p {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
    overflow: hidden;
    text-align: left;
}

.way .way-box li .way-box-text {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 3px 5px 0px #efefef;
    text-align: center;
    width: 102%;
    height: 102%;
    transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0); /* IE 9 */
    -moz-transform: translate3d(-50%, 0, 0); /* Firefox */
    -webkit-transform: translate3d(-50%, 0, 0); /* Safari 和 Chrome */
    -o-transform: translate3d(-50%, 0, 0); /* Opera */
    transition: all 0.75s 0.5s ease;
    -moz-transition: all 0.75s 0.5s ease; /* Firefox 4 */
    -webkit-transition: all 0.75s 0.5s ease; /* Safari 和 Chrome */
    -o-transition: all 0.75s 0.5s ease; /* Opera */
    opacity: 0;
    z-index: 9;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.way .way-box li:nth-child(2n) .way-box-text {
    transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0); /* IE 9 */
    -moz-transform: translate3d(50%, 0, 0); /* Firefox */
    -webkit-transform: translate3d(50%, 0, 0); /* Safari 和 Chrome */
    -o-transform: translate3d(50%, 0, 0); /* Opera */
}

.way .way-box li:hover .way-box-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); /* IE 9 */
    -moz-transform: translate3d(0, 0, 0); /* Firefox */
    -webkit-transform: translate3d(0, 0, 0); /* Safari 和 Chrome */
    -o-transform: translate3d(0, 0, 0); /* Opera */
}

.way .way-box .way-box-text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 0;
}

.way .way-box .way-box-text span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.way .way-box li:nth-child(2n) p {
    float: right;
}

.way .way-box li .way-bg {
    display: none;
    width: 158px;
    height: 90px;
    position: absolute;
    z-index: 5;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100px;
}

/*解决方案-网站建设*/
#plan-website {
    background: url("../images/content/website-banner.png") no-repeat center;
    background-size: cover;
}

.website-box {
    background: #fff;
    padding: 30px 0 0;
}

.website-active {
    text-align: center;
    margin-bottom: 25px;
}

.website-active h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: 500;
}

.website-active p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.website-text {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.website-text p {
    margin-bottom: 0px;
}

.website-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.website-img img{
    margin: 0 auto;
}
.website-text .flew-text-line {
    width: 20%;
    height: 10px;
    background-color: #f00031;
    margin-top: 20px;
}

.website-box .website-project {
    background: #373639;
}

.website-box .website-project #distance > div {
    padding-left: 0;
    padding-right: 0;
}

.website-box .website-baiduyun {
    position: relative;
    width: 100%;
    height: 195px;
    background: url(../images/content/website-01.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.website-box .website-yuming {
    background: url(../images/content/website-02.png) no-repeat;
    background-size: cover;
}

.website-box .website-pc {
    background: url(../images/content/website-03.png) no-repeat;
    background-size: cover;
}

.website-box .website-web {
    background: url(../images/content/website-04.png) no-repeat;
    background-size: cover;
}

.website-box .website-baiduyun-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -38px;
}

.website-box .website-baiduyun-img {
    width: 50px;
    height: 45px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.website-box .website-baiduyun .website-project-name {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.website-box .website-baiduyun-text {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(18, 104, 208, 0.7);
    color: #fff;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.website-box .website-baiduyun-text .website-baiduyun-title {
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 10px;
}

.website-box .website-baiduyun-text span {
    width: 100%;
    height: 77%;
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 1px;
}

.max-hidden {
    display: none;
}

.website-process {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background: url("../images/content/process-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.website-process-box {
    overflow: hidden;
    margin: 20px 0 30px;
}

.website-process-box ul li {
    /*height: 72px;*/
    float: left;
    padding-top: 80px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 1px;
    color: #5c5c5c;
}

.website-process-box ul li:nth-of-type(2n+1) {
    width: 26.25%;
}

.website-process-box ul li:nth-of-type(2n+2) {
    width: 10.6%;
}

.website-process-box ul li:nth-of-type(2n+2) span {
    position: relative;
    display: inline-block;
    width: 60%;
    height: 1px;
    background: #c0c0c0;
}

.website-process-box ul li:nth-of-type(2n+2) span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #c0c0c0;
    border-bottom: 6px solid transparent;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.website-process-box ul li:nth-of-type(1) {
    background: url("../images/content/process-icon1.png") no-repeat top center;
}

.website-process-box ul li:nth-of-type(3) {
    background: url("../images/content/process-icon2.png") no-repeat top center;
}

.website-process-box ul li:nth-of-type(5) {
    background: url("../images/content/process-icon3.png") no-repeat top center;
}

.website-process-box ul li h6 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2f2f2f;
}

.website-type {
    display: none;
}

.website-type-web {
    display: block;
}

.website-type-web .website-propaganda {
    width: 100%;
    height: auto;
    padding: 25px 0 60px;
    text-align: center;
}

.website-type-web .website-propaganda:nth-of-type(1) {
    background: url("../images/content/jc_A_bg.jpg") no-repeat center;
    background-size: cover;
}

.website-type-web .website-propaganda:nth-of-type(2) {
    background: url("../images/content/jc_B_bg.jpg") no-repeat center;
    background-size: cover;
}

.website-type-web .website-propaganda:nth-of-type(3) {
    background: url("../images/content/jc_C_bg.jpg") no-repeat center;
    background-size: cover;
}

.website-type-web .website-propaganda:nth-of-type(4) {
    background: url("../images/content/jc_D_bg.png") no-repeat center;
    background-size: cover;
}

.website-propaganda img {
    margin: 0 auto 15px;
}

.website-type-web .website-propaganda:nth-of-type(2n-1) h6 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}

.website-type-web .website-propaganda:nth-of-type(2n-1) p {
    font-size: 16px;
    color: #fff;
}

.website-type-web .website-propaganda:nth-of-type(2n-1) .website-web-conten {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #fff;
}

.website-type-web .website-propaganda:nth-of-type(2n) h6 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #0481fc;
}

.website-type-web .website-propaganda:nth-of-type(2n) p {
    font-size: 18px;
    color: #0481fc;
}

.website-type-web .website-propaganda:nth-of-type(2n) .website-web-conten {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #444;
}

.website-box .website-custom {
    padding: 30px 0;
    background: #fff;
}

.website-box .website-custom h5 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #4b4b4b;
    font-weight: 600;
    text-align: center;
}

.website-box .website-custom p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #626262;
    margin-bottom: 30px;
    text-align: center;
}

.website-box .website-custom .website-custom-table {
    padding: 15px;
    background-color: #f6f6f6;
    text-align: center;
}

.website-box .website-custom .website-custom-table h5 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4b4b4b;
    text-align: center;
}

.website-box .website-custom .website-custom-table p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #626262;
    margin-bottom: 0;
}

.website-box .website-custom .website-custom-table span {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 14px;
    color: #626262;
}

.website-box .website-custom .website-custom-table input, .website-box .website-custom .website-custom-table select {
    width: 100%;
    display: block;
    outline: none;
    box-sizing: border-box;
    border: none;
    background: #fff;
    line-height: 45px;
    margin-top: 25px;
    text-indent: 1em;
    font-size: 14px;
    letter-spacing: 1px;
    color: #bdbdbd;
}

.website-box .website-custom .website-custom-table select {
    height: 45px;
}

.website-box .website-custom .website-custom-table .sub_btn input {
    background-color: #1268d0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
}

.website-box .website-custom .website-custom-table .form-tel {
    display: none;
    text-indent: 1em;
    font-size: 12px;
    color: red;
    text-align: left;
}

/*解决方案--直通车*/
#plan-car {
    background: url("../images/content/plan-carBanner.jpg") no-repeat center;
    background-size: cover;
}

.car .car-box {
    background: #fff;
    padding: 30px 0;
}

.car .car-box:nth-of-type(6) {
    display: none;
}

.car .car-box:nth-of-type(7) {
    display: none;
}

.car .car-box:nth-of-type(2n) {
    background-color: #f9f9f9;
}

.car-box .website-text .flew-text-line {
    background-color: #1268d0;
}

.car .car-box:nth-of-type(2n) .website-active {
    margin-top: 0px;
}

.car-box .website-text p {
    /*-webkit-line-clamp: 8;*/
}

.car-box .car-left {
    text-align: left;
}

.car-box .car-left .car-left-list {
    margin-bottom: 15px;
}

.car-box .car-left .car-left-list h4 {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
}

.car-box .car-left .car-left-list ul li {
    font-size: 14px;
    margin-left: 15px;
    list-style-type: disc;
    line-height: 36px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.car-box .car-left .car-active h4, .car-box .car-left .car-active ul li {
    color: #1268d0;
}

.car-box .car-right img {
    margin: 0 auto;
}

.car-box .car-address {
    letter-spacing: 1px;
    color: #6a6a6a;
    text-align: left;
    font-size: 14px;
}

.car-box .car-address ul {
    margin-top: 0px;
}

.car-box .car-address ul li {
    line-height: 35px;
    text-indent: 2em;
}

.car-box .car-box-list {
    text-align: center;
    margin-top: 30px;
}

.car-box .car-box-list .car-box-img {
    width: 100%;
    height: 102px;
    overflow: hidden;
}

.car-box .car-box-list .car-box-img img {
    height: 100%;
    margin: 0 auto;
}

.car-box .car-box-list h6 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    margin: 10px 0;
}

.car-box .car-box-list p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/****************  熊掌号  ************/
#plan-paw {
    background: url("../images/content/paw-banner.jpg") no-repeat center;
    background-size: cover;
}

.paw .paw-box {
    background: #fff;
    padding: 30px 0;
}

.paw .paw-box .paw-active {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 25px;
}

.paw .paw-box .paw-active h3 {
    font-size: 20px;
    line-height: initial;
    letter-spacing: 1px;
    color: #333333;
    font-weight: 500;
}

.paw .paw-box .paw-active p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.paw .paw-box .paw-img {
    height: auto;
    overflow: hidden;
}

.paw .paw-box .paw-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.paw .paw-box .paw-text a {
    display: inline-block;
    outline: none;
    padding: 0px 20px;
    background-color: #1268d0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 0px;
}

.paw .paw-box .paw-box-list {
    overflow: hidden;
}

.paw .paw-box .paw-box-list ul li {
    height: auto;
    padding: 10px 15px;
    /*float: left;*/
    width: 100%;
    overflow: hidden;
}

.paw .paw-box .paw-box-list ul li:nth-of-type(2n-1) {
    background-color: #fcfcfc;
}

.paw .paw-box .paw-box-list ul li:nth-of-type(2n) {
    background-color: #f7f7f7;
}

.paw .paw-box .paw-box-list ul li h4 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #333333;
}

.paw .paw-box .paw-box-list ul li p {
    width: 66%;
    height: 45%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #6a6a6a;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
}

.paw .paw-box .paw-box-list ul li .paw-box-icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: right;
}

.paw .paw-box.paw-hidden {
    display: none;
}

.paw .paw-box .paw-reason {
    padding: 0 15px;
    overflow: hidden;
}

.paw .paw-box .paw-reason ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.paw .paw-box .paw-reason ul li:last-child {
    margin-right: 0;
}

.paw .paw-box .paw-reason ul li .paw-reason-icon {
    float: left;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.paw .paw-box .paw-reason ul li h4 {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #333333;
    text-align: left;
}

.paw .paw-box .paw-reason ul li p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.paw #baidu-interests {
    background-color: #f9f9f9;
}

.paw #baidu-interests .paw-active {
    margin-top: 0px;
}

.paw #baidu-interests .baidu-interests-list {
    overflow: hidden;
    margin-bottom: 20px;
}

.paw #baidu-interests .baidu-interests-list li {
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
}

.paw #baidu-interests .baidu-interests-list li img {
    margin: 0 auto;
}

.paw .good-paw {
    overflow: hidden;
}

.paw .good-paw li {
    float: left;
    width: 45%;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 10%;
}

.paw .good-paw li:nth-child(2n) {
    margin-right: 0;
}

.paw .good-paw li a {
    display: block;
    overflow: hidden;
}

.paw .good-paw li .good-paw-left {
    float: initial;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.paw .good-paw li .good-paw-left img {
    width: 100%;
    height: 100%;
}

.paw .good-paw li .good-paw-right {
    width: 100%;
    float: left;

}

.paw .good-paw li .good-paw-right h4 {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paw .good-paw li .good-paw-right p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #6a6a6a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paw .join-paw {
    width: 210px;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 30px;
    padding: 3px 0px;
    background-image: linear-gradient(-84deg,
    #00b0fe 0%,
    #009af5 50%,
    #007bea 89%);
    margin: 0 auto;
}

.paw .join-paw-href {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #6a6a6a;
    text-align: center;
    margin: 10px 0 30px;
}

.paw .join-paw-href a {
    color: #1268d0;
}

/*增值服务*/
#plan-added {
    background: url("../images/content/plan-addedimg.png") no-repeat center;
    background-size: cover;
}

.added .added-box .added-list {
    overflow: hidden;
    clear: both;
}

.added .added-box .added-list li {
    position: relative;
    float: initial;
    width: 100%;
    margin-right: 0;
    background-color: #ffffff;
    box-shadow: 0px 5px 6px 2px #efefef;
    border-radius: 4px;
    padding: 68px 0;
    margin-bottom: 30px;
}

.added .added-box:nth-of-type(n) {
    background: #fff;
}

.added .added-box:nth-of-type(2n) {
    background: #fafafa;
}

.added .added-box .added-list li:hover .added-list-text {
    display: block;
}

.added .added-box .added-list li:last-child {
    margin-right: 0;
}

.added .added-box .added-list li span {
    display: block;
    width: 150px;
    height: 104px;
    overflow: hidden;
    margin: 0 auto;
}

.added .added-box .added-list .added-list-text {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1268d0;
    border-radius: 4px;
    opacity: 0.9;
    padding: 30px;
    text-align: center;
    overflow: hidden;
}

.added .added-box .added-list .added-list-text h5 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #ffffff;
}

.added .added-box .added-list .added-list-text p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.added .added-box .added-text {
    font-size: 14px;
    letter-spacing: 1px;
    color: #6a6a6a;
    text-indent: 2em;
    line-height: 30px;
}

.added .added-box .added-left-img {
    height: 285px;
    overflow: hidden;
    margin-bottom: 10px;
}

.added .added-box .added-left-img img {
    height: 100%;
    padding: 10px;
    border: solid 1px #d1d1d1;
    margin: 0 auto;
}

.added .added-box .added-right-text {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

#added-phone-box {
    display: none;
}

.added .added-box .added-character .added-character-img {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.added .added-box .added-character .added-character-img:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
}

.added .added-box .added-character .added-character-img img {
    position: absolute;
    z-index: 999;
    top: 20px;
    width: 100%;
    height: 83%;
}

.added .added-box .added-character .added-character-img .added-character-title {
    width: 175px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -95px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #1268d0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.added .added-box .added-character-list li {
    letter-spacing: 1px;
    margin-bottom: 30px;
    cursor: pointer;
}

.added .added-box .added-character-list li.added-character-active h4, .added .added-box .added-character-list li.added-character-active p {
    color: #1268d0;
}

.added .added-box .added-character-list li:last-child {
    margin-bottom: 0;
}

.added .added-box .added-character-list li h4 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.added .added-box .added-character-list li p {
    font-size: 14px;
    color: #6a6a6a;
}

/*案例中心*/
#case {
    background: url("../images/content/case-banner.jpg") no-repeat center;
    background-size: cover;
}

.case .case-box .case-list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;

}

.case .case-box .case-list li {
    float: left;
    width: 24%;
    text-align: center;
    background: #fff;
    margin-right: 14%;
    padding: 10px 0 0px;
}

.case .case-box .case-list li:last-of-type {
    margin-right: 0;
}

.case .case-box .case-list li a {
    text-decoration: none;
    outline: none;
}

.case .case-box .case-list li span {
    display: block;
    width: 90%;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.case .case-box .case-list li:nth-of-type(1) span {
    background: url("../images/content/case-icon01.png") no-repeat center;
    background-size: contain;
}

.case .case-box .case-list li:nth-of-type(2) span {
    background: url("../images/content/case-icon02.png") no-repeat center;
    background-size: contain;
}

.case .case-box .case-list li:nth-of-type(3) span {
    background: url("../images/content/case-icon03.png") no-repeat center;
    background-size: contain;
}

.case .case-box .case-list li.case-list-active:nth-of-type(1) span {
    background: url("../images/content/case-icon01-1.png") no-repeat center;
    background-size: contain;
}

.case .case-box .case-list li.case-list-active:nth-of-type(2) span {
    background: url("../images/content/case-icon02-1.png") no-repeat center;
    background-size: contain;
}

.case .case-box .case-list li.case-list-active:nth-of-type(3) span {
    background: url("../images/content/case-icon03-1.png") no-repeat center;
    background-size: contain;
}

.case .case-box .case-list li.case-list-active p {
    color: #fff;
}

.case .case-box .case-list li.case-list-active {
    background: #262626;
}

.case .case-box .case-list li p {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #5e5e5e;
}

.case-content {
    position: relative;
    background: rgb(33, 33, 33);
    margin-bottom: 0px;
}

.case-content .case-tab-content {
    padding: 0;
}

.case-content .case-tab-content .case-img {
    height: auto;
    cursor: pointer;
}

.case-content .case-show .case-show-text {
    z-index: 0;
}

.case-content .case-tab-content .case-img .case-show-text .icon-tianjia {
    display: block;
    margin-top: 20px;
    color: #fff;
    background: transparent;
    font-size: 25px;
}

.case-content .case-tab-content .case-img .case-show-text p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 3px;
}

.case-content .case-detail {

}

.case-content .case-detail .case-detail-box {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -154px;
    bottom: 0;
    display: none;
    padding: 80px 0;
    background: rgba(63, 63, 63, 0.8);
}

.case-content .case-detail .case-detail-box .icon-guanbi {
    position: absolute;
    right: 15px;
    top: 24px;
    z-index: 999;
    font-size: 20px;
    color: #888;
    cursor: pointer;
}

.case-content .case-detail .case-detail-box .case-detail-left {
    height: auto;
    overflow: hidden;
}

.case-content .case-detail .case-detail-box .case-detail-left img {
    width: 100%;
}

.case-content .case-detail .case-detail-box .case-detail-right {
    padding: 0;
    color: #dddddd;
    text-align: left;
    margin-top: 10%;
}

.case-content .case-detail .case-detail-box .case-detail-right h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-content .case-detail .case-detail-box .case-detail-right p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

.case-content .case-detail .case-detail-box .case-detail-right a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ddd;
    padding: 6px 15px;
    border: solid 2px #999999;
    margin-top: 20px;
    text-decoration: none;
    outline: none;
}

/*咨询动态*/
#news {
    background: url("../images/content/news-banner.jpg") no-repeat center;
    background-size: cover;
}

.news {
    width: 100%;
}

.news .news-list {
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(240, 240, 240, 0.8);
}

.news .news-list ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.news .news-list ul li {
    float: left;
    width: 23%;
    text-align: center;
    padding: 0px 0 0;
    margin-right: 2%;
}

.news .news-list ul li:last-of-type {
    margin-right: 0;
}

.news .news-list ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #333333;
    outline: none;
    text-decoration: none;

}

.news .news-list ul li.news-list-active a {
    color: #1268d0;
    border-bottom: 3px solid #1268d0;
}

.news .news-box {
    display: none;
    margin-top: 30px;
}

.news .news-box.news-box-show {
    display: block;
}

.news .news-box .news-content {
    overflow: hidden;
}

.news .news-box .news-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
}

.news .news-box .news-content .news-content-box {
    position: relative;
    text-align: center;
    box-shadow: 0px 12px 14px 0px #f1f1f1;
    border: solid 1px #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.news .news-box .news-content .news-content-box .news-content-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.news .news-box .news-content .news-content-box .news-content-img img {
    width: 100%;
    height: 100%;
}

.news .news-box .news-content .news-content-box .news-content-text {
    padding: 0 30px;
}

.news .news-box .news-content .news-content-box .news-content-text h3 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #6a6a6a;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news-box .news-content .news-content-box .news-content-text p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #6a6a6a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .news-box .news-content .news-content-box .news-content-text a {
    display: inline-block;
    margin: 10px auto 0;
    padding: 2px 20px;
    border: solid 1px #6d6d6d;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
    text-align: center;
}

.news .news-box .news-content .news-content-box .news-content-detail {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    border: none;
    text-align: center;
    overflow: hidden;
    animation: down 1s ease;
}

@-webkit-keyframes down {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }
}

@-moz-keyframes down {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }
}

@-o-keyframes down {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes down {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }
}

.news .news-box .news-content .news-content-box .news-content-detail h3 {
    margin-top: 10px;
}

.news .news-box .news-content .news-content-box .news-content-detail p {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

/*资讯动态详情*/
.news .news-box .news-detail {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.news .news-box .news-detail h4 {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden;
}

.news .news-box .news-detail .news-time {
    text-align: center;
    margin-bottom: 20px;
}

.news .news-box .news-detail .news-time span {
    display: inline-block;
    font-size: 12px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #6a6a6a;
}

.news .news-box .news-detail .news-text {
    text-align: center;
}

.news .news-box .news-detail .news-text p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
    margin: 0 auto 15px;
    text-align: left;
    text-indent: 2em;
    overflow: hidden;
}

.news .news-box .news-detail .news-text p img {
    /*width: 100%;*/
}

.news .news-bottom {
    width: 100%;
    margin: 50px auto 20px;
    overflow: hidden;
}

.news .news-bottom .news-bottom-line {
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin-bottom: 10px;
}

.news .news-bottom ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
    outline: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.news .news-bottom ul li a:hover {
    color: #1268d0;
}

/*企业概述*/
#about-introduce {
    background: url("../images/content/about-banner.png") no-repeat center;
    background-size: cover;
}

#about-us .about-box {
    background-color: #efefef;
    overflow: hidden;
}

#about-us .about-box #about-left {
    padding-left: 0;
    padding-right: 0;
}

#about-us .about-us-left {
    width: 100%;
    /*height: 360px;*/
    overflow: hidden;
}

#about-us .about-us-left img {
    width: 100%;
    margin: 0 auto;
}

#about-us .about-us-right h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}

#about-us .about-us-right h3 span {
    font-size: 18px;
    margin-left: 10px;
}

#about-us .about-us-right {
    padding: 24px 0;
}

#about-us .about-us-right p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #6a6a6a;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

#about-us .about-us-right a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #6a6a6a;
    outline: none;
    text-decoration: none;
    padding: 5px 20px;
    background: #fff;
    margin-top: 10px;
}

#about-us .about-details {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#about-us .about-details .about-details-text {
    position: relative;
    width: 90%;
    padding: 15px;
    background: #fff;
    margin: 0 auto;
    top: 50px;
    border-radius: 4px;
}

#about-us .about-details .about-details-text p {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #6a6a6a;
}

#about-business .about-business > div {
    padding: 0;
}

#about-business .about-business {
    border: solid 1px #f0f0f0;
    overflow: hidden;
}

#about-business .about-business .about-business-left {
    border-bottom: solid 1px #f0f0f0;
    border-right: none;
    overflow: hidden;
}

#about-business .about-business .about-business-left ul li {
    float: left;
    width: 33%;
    font-size: 16px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0;
    color: #333333;
    margin: 0 auto 0;
    cursor: pointer;
}

#about-business .about-business .about-business-left ul li:last-of-type {
    margin-bottom: 0;
}

#about-business .about-business .about-business-left a {
    text-decoration: none;
    outline: none;
    display: block;
    text-align: center;
}

#about-business .about-business .about-business-left .about-business-active {
    background-color: #1268d0;
}

#about-business .about-business .about-business-left .about-business-active a {
    color: #fff;
}

#about-business .about-business .about-business-right .about-business-box {
    display: none;
    padding: 20px 10px;
}

#about-business .about-business .about-business-right .about-business-show {
    display: block;
}

#about-business .about-business .about-business-right .about-business-box h6 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 10px;
}

#about-business .about-business .about-business-right .about-business-box p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #6a6a6a;
    line-height: 26px;
}

#about-business .about-business .about-business-right .about-business-box p span {
    color: #105fc4;
}

#about-course .about-course {
    display: none;
}

#about-course .about-course-web {
    display: block;
}

#about-course .about-course-web ul li {
    position: relative;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #6a6a6a;
    text-align: center;
}

#about-course .about-course-web ul li > span {
    font-weight: bold;
    font-size: 25px;
}

#about-course .about-course-web ul li p {
    background: #d7d7d7;
}

#about-department .about-department-list {
    overflow: hidden;
    margin-top: 20px;
}

#about-department .about-department-list li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

#about-department .about-department-list li .about-department-icon {
    width: 45%;
    height: 50px;
    overflow: hidden;
    margin: 0px auto;
}

#about-department .about-department-list li .about-department-icon img {
    margin: 0 auto;
}

#about-department .about-department-list li p {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*联系我们*/
#contact {
    background: url("../images/content/contact-banner.png") no-repeat center;
    background-size: cover;
}

.contacts .contacts-content {
    padding: 20px 20px;
    background-color: #1b1b1b;
    margin-bottom: 15px;
    overflow: hidden;
}

.contacts .contacts-content .content-icon {
    width: 50px;
    height: 50px;
    float: left;
    padding: 20px 0;
    background-color: #4581fb;
    margin-right: 15px;
    overflow: hidden;
}

.contacts .contacts-content .content-icon img {
    margin: 0 auto;
}

.contacts .contacts-content .content-text {
    width: 70%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 10px;
}

.contacts .contacts-form .form-group input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #6a6a6a;
    background-color: #f9f9f9 !important;
    border: solid 1px #e4e4e4 !important;
}

.contacts .contacts-form textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
    border-radius: 4px;
    background-color: #f9f9f9;
    border: solid 1px #e4e4e4;
}

.contacts .contacts-form #submit {
    padding: 5px 25px;
    background-color: #4581fb;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    margin-top: 10px;
}

.contacts #dituContent {
    width: 100%;
    height: 300px;
    margin: 50px 0 0;
    background-color: #f9f9f9;
}

.contacts .contacts-join {
    margin-bottom: 40px;
}

.contacts .contacts-join .contacts-join-img {
    margin-bottom: 20px;
}

.contacts .contacts-join .contacts-join-img img {
    margin: 0 auto;
}

.contacts .contacts-join h4 {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 2px;
    color: #1268d0;
    margin-bottom: 15px;
}

.contacts .contacts-join p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #6a6a6a;
}

.contacts .contacts-join a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 8px 25px;
    background-color: #4581fb;
    margin-top: 20px;
    outline: none;
    text-decoration: none;
}
/*加入我们*/
.join {
    padding-bottom: 40px;
    background-color: #ffffff;
    box-shadow: 0px 10px 12px 0px rgba(234, 234, 234, 0.85);
    border-radius: 4px;
}
.join .join-title {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    color: #4f4f4f;
    padding: 35px 0;
    font-weight: 500;
}
.join .join-content {
    padding: 20px 0;
    overflow: hidden;
}
.join .join-content .join-content-title {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 15px;
    overflow: hidden;
}
.join .join-content .join-content-title .join-content-left {
    width: 100%;
    color: #4f4f4f;
    float: left;
}
.join .join-content .join-content-title .join-content-left .join-content-number {
    float: left;
    width: 20%;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: center;
}
.join .join-content .join-content-title .join-content-left .join-content-text {
    float: left;
    width: 75%;
    line-height: 32px;
    padding-bottom: 20px;
}
.join .join-content .join-content-title .join-content-left .join-content-text .join-content-cn {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
}
.join .join-content .join-content-title .join-content-left .join-content-text .join-content-en {
    display: none;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 25px;

}
.join .join-content .join-content-title .join-content-right {
    float: left;
    color: #bfbfbf;
    line-height: 30px;
    cursor: pointer;
}
.join .join-content .join-content-title .join-content-right .join-content-application {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 0;
}
.join .join-content .join-content-title .join-content-right .jon-content-interview {
    font-size: 16px;
    letter-spacing: 34px;
}
.join .join-content .join-content-box {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.join .join-content .join-content-box > div:last-child .join-content-body {
    border: none;
}

.join .join-content .join-content-body {
    padding: 0;
    border-right: none;
}

.join .join-content .join-content-body h4 {
    line-height: 32px;
    letter-spacing: 0px;
    color: #4f4f4f;
    font-size: 16px;
}

.join .join-content .join-content-body h4 > span {
    font-size: 14px;
}

.join .join-content .join-content-body p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #969696;
}

.join .join-more {
    width: 90%;
    padding: 5px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #fff;
    background-color: #4581fb;
    border-radius: 4px;
    text-align: center;
}

.join .join-methods-bg {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}

.join .join-methods-bg .join-methods {
    position: relative;
    top: 30%;
    width: 90%;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    border-radius: 4px;
}

.join .join-methods-bg .join-methods .icon-guanbi {
    display: block;
    position: absolute;
    top: 4px;
    right: 13px;
    font-size: 15px;
    text-align: right;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    cursor: pointer;
}

.join .join-methods-bg .join-methods h4 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
}

.join .join-methods-bg .join-methods p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 0;
}
.join .join-methods-bg .join-methods p:last-of-type{
    margin-top: 30px;
}
.join .join-methods-bg .join-methods p span {
    color: #1268d0;
}
/*企业文化*/
#about-vision{
    background-color: #ffffff;
    box-shadow: 0px 8px 12px 0px
    #cccccc;
    overflow: hidden;
}
#about-vision .pull-right{
    padding: 0;
}
#about-vision .about-vision-left{
    padding: 15px;
}
#about-vision .about-vision-left p{
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
    border-left: 1px solid transparent;
    padding-left: 15px;
    cursor: pointer;
}
#about-vision .about-vision-left .about-vision-active{
    color: #1268d0;
    border-left: 1px solid #1268d0;
}
#about-vision .about-vision-right img{
    margin: 0 auto;
}
#about-value{
    overflow: hidden;
}
#about-value .about-value-left img{
    margin: 0 auto;
}
#about-value p{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #6a6a6a;
    margin: 20px 0;
}
#about-value .about-value-line{
    width: 100px;
    height: 10px;
    background-color: #1268d0;
}
#about-culture{
    padding: 45px 0px 40px;
    background-color: #f1f2f5;
}
#about-culture .about-culture-title{
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0px;
    color: #6a6a6a;
}
#about-culture .container-fluid{
    padding: 0;
}
#about-culture .about-culture-box>div{
    padding: 0;
}
#about-culture .about-culture-box .about-culture-left{
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    overflow: hidden;
}
#about-culture .about-culture-box .about-culture-left>div{
    position: relative;
    height: 290px;
    padding: 0px 30px;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    text-align: center;
    background-color: #f6f7f9;
    overflow: hidden;
}
#about-culture .about-culture-box .about-culture-left h3{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 45px;
    margin-bottom: 20px;
}
#about-culture .about-culture-box .about-culture-left p{
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #767e90;
}
#about-culture .about-culture-box .about-culture-left>div:hover .about-culture-hide{
    display: block;
}
#about-culture .about-culture-box .about-culture-left .about-culture-hide{
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px;
    background-color: #1e1e1e;
}
#about-culture .about-culture-box .about-culture-left .about-culture-hide h3{
    color: #ffffff;
}
#about-culture .about-culture-box .about-culture-left .about-culture-hide p{
    color: #fff;
}
#about-culture .about-culture-box .about-culture-right{
    width: 100%;
    height: 365px;
    background: url("../images/content/aobut-culture.jpg") no-repeat center;
    background-size: cover;
}
#about-elegant{
    margin-bottom: 80px;
}
#about-elegant .swiper-slide{
    height: 185px;
    overflow: hidden;
    position: relative;
}
#about-elegant .swiper-slide:hover .about-elegant-text{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    opacity: 1;
    animation: setLeft 0.5s linear;
}
#about-elegant .swiper-slide img{
    height: 100%;
}
#about-elegant .swiper-slide .about-elegant-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1268d0;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0;

}
@keyframes setLeft {
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    50%{
        transform: translateX(-50%);
        opacity: 0.5;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
}
@-ms-keyframes setLeft {
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    50%{
        transform: translateX(-50%);
        opacity: 0.5;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes setLeft {
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    50%{
        transform: translateX(-50%);
        opacity: 0.5;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
}
@-moz-keyframes setLeft {
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    50%{
        transform: translateX(-50%);
        opacity: 0.5;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
}
@-o-keyframes setLeft {
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    50%{
        transform: translateX(-50%);
        opacity: 0.5;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
}

#about-elegant .swiper-slide .about-elegant-text h3{
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#about-elegant .swiper-container{
    margin-top: 0!important;
}
#about-elegant .swiper-slide .about-elegant-text p{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}













/**************   PC端  *************/
@media (min-width: 769px) {
    .swiper-banner {
        width: 100% !important;
        height: 550px !important;
        overflow: hidden;
    }

    #address-bg {
        background: url("../images/content/bottom.jpg") no-repeat center center;
    }

    #address-bg .address-text p {
        color: #fff;
    }

    #address-bg h2 {
        text-align: center;
        font-size: 32px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #ffffff;
    }

    #address-bg .bg-title {
        text-align: center;
        font-size: 20px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-bottom: 50px;
    }

    /* ------------ plan   ------------ */
    #plan {
        background: url("../images/content/plan-banner.jpg") no-repeat center;
        background-size: cover;
    }

    .plan-introduce {
        margin: 67px 0;
    }

    .plan-title h2 {
        font-size: 32px;
        letter-spacing: 1px;
        color: #333333;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .plan-introduce .plan-introduce-text {
        width: 100%;
        background: #fff;
        padding: 20px 200px;
        text-align: center;
        box-shadow: 0px 10px 12px 0px rgba(238, 238, 238, 0.8);
    }

    .plan-introduce .plan-introduce-text .plan-introduce-article {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .plan-introduce .plan-introduce-text .plan-active {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .plan-introduce-text #plan-toggle {
        display: block;
        font-size: 26px;
        letter-spacing: 1px;
        color: #4581fb;
        margin-top: 20px;
        outline: none;
        text-decoration: none;
        animation: planBtn 1s ease-in-out 0s infinite;
        -webkit-animation: planBtn 1s ease-in-out 0s infinite;
    }

    @keyframes planBtn {
        from {
            transform: translate(0, 0)
        }
        to {
            transform: translate(0, 10px)
        }
    }
    /*Firefox*/
    @-moz-keyframes planBtn {
        from {
            transform: translate(0, 0)
        }
        to {
            transform: translate(0, 10px)
        }
    }
    /*Safari  and Chrome*/
    @-webkit-keyframes planBtn {
        from {
            transform: translate(0, 0)
        }
        to {
            transform: translate(0, 10px)
        }
    }
    /*Opera*/
    @-o-keyframes planBtn {
        from {
            transform: translate(0, 0)
        }
        to {
            transform: translate(0, 10px)
        }
    }

    .reason {
        margin: 67px 0;
    }

    .reason .reason-text {
        text-align: center;
    }

    .reason .reason-text .reason-text-article {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .reason .reason-text .reason-btn {
        display: inline-block;
        font-size: 16px;
        background-color: #4581fb;
        padding: 15px 50px;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 30px;
        outline: none;
        text-decoration: none;
        transition: all 0.75s ease;
        -moz-transition: all 0.75s ease; /* Firefox 4 */
        -webkit-transition: all 0.75s ease; /* Safari 和 Chrome */
        -o-transition: all 0.75s ease; /* Opera */
    }

    .reason .reason-text .reason-btn:hover {
        background-color: #1f66f5;
    }

    .reason .reason-text .reason-bg {
        position: relative;
        width: 100%;
        height: 393px;
        background: url("../images/content/reason-bg.png") no-repeat center center;
        background-size: 100%;
        margin-top: 150px;
        text-align: center;
        overflow: hidden;
        opacity: 0;
        transition: all 1.5s;
        -moz-transition: all 1.5s; /* Firefox 4 */
        -webkit-transition: all 1.5s; /* Safari 和 Chrome */
        -o-transition: all 1.5s; /* Opera */
    }

    .reason .reason-text .reason-bg .reason-icon {
        position: absolute;
        z-index: 5;
        text-align: center;
    }

    .reason .reason-text .reason-bg .reason-icon img {
        width: 100%;
        position: absolute;
        height: auto;
        top: 0;
        left: 0;
        opacity: 1;
        animation: scrollTop 0.25s ease-in-out both;
        -webkit-animation: scrollTop 0.25s ease-in-out both;
        -moz-animation: scrollTop 0.25s ease-in-out both;
        -o-animation: scrollTop 0.25s ease-in-out both;

    }

    @keyframes scrollTop {
        from {
            transform: translate3d(0, 80px, 0);
            opacity: 0;
        }
        to {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    /*Firefox*/
    @-moz-keyframes scrollTop {
        from {
            transform: translate3d(0, 80px, 0);
            opacity: 0;
        }
        to {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    /*Safari  and Chrome*/
    @-webkit-keyframes scrollTop {
        from {
            transform: translate3d(0, 80px, 0);
            opacity: 0;
        }
        to {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    /*Opera*/
    @-o-keyframes scrollTop {
        from {
            transform: translate3d(0, 80px, 0);
            opacity: 0;
        }
        to {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }



    .reason .reason-text .reason-bg .reason-icon span {
        display: inline-block;
        position: relative;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .reason .reason-text .reason-bg .reason-icon.xongzhang {
        width: 87px;
        /*top: 124px;*/
        /*left: 115px;*/
        top: 31%;
        left: 10%;
        padding-top: 75px;
    }

    .reason .reason-text .reason-bg .reason-icon.xongzhang img {
        animation-delay: 0.08s;
    }

    .reason .reason-text .reason-bg .reason-icon.teba {
        width: 119px;
        /*left: 210px;*/
        /*top: 160px;*/
        top: 40%;
        left: 17%;
        padding-top: 109px;
    }

    .reason .reason-text .reason-bg .reason-icon.teba img {
        animation-delay: 0.16s;
    }

    .reason .reason-text .reason-bg .reason-icon.liulanqi {
        width: 119px;
        /*left: 287px;*/
        /*top: 26px;*/
        left: 25%;
        top: 8%;
        padding-top: 109px;
    }

    .reason .reason-text .reason-bg .reason-icon.liulanqi img {
        animation-delay: 0.24s;
    }

    .reason .reason-text .reason-bg .reason-icon.ditu {
        width: 154px;
        /*left: 368px;*/
        /*top: 128px;*/
        left: 34%;
        top: 31%;
        padding-top: 144px;
    }

    .reason .reason-text .reason-bg .reason-icon.ditu img {
        animation-delay: 0.32s;
    }

    .reason .reason-text .reason-bg .reason-icon.shouji {
        width: 154px;
        /*left: 526px;*/
        /*top: 58px;*/
        left: 47%;
        top: 13%;
        padding-top: 144px;
    }

    .reason .reason-text .reason-bg .reason-icon.shouji img {
        animation-delay: 0.4s;

    }

    .reason .reason-text .reason-bg .reason-icon.iqiyi {
        width: 119px;
        /*left: 680px;*/
        /*top: 30px;*/
        left: 60%;
        top: 7%;
        padding-top: 109px;
    }

    .reason .reason-text .reason-bg .reason-icon.iqiyi img {
        animation-delay: 0.48s;
    }

    .reason .reason-text .reason-bg .reason-icon.baike {
        width: 154px;
        /*left: 774px;*/
        /*top: 117px;*/
        left: 68%;
        top: 27%;
        padding-top: 144px;
    }

    .reason .reason-text .reason-bg .reason-icon.baike img {
        animation-delay: 0.56s;
    }

    .reason .reason-text .reason-bg .reason-icon.zhidao {
        width: 119px;
        /*left: 904px;*/
        /*top: 51px;*/
        left: 79%;
        top: 15%;
        padding-top: 109px;
    }

    .reason .reason-text .reason-bg .reason-icon.zhidao img {
        animation-delay: 0.64s;
    }

    .reason .reason-text .reason-bg .reason-icon.wangpan {
        width: 119px;
        left: 86%;
        top: 40%;
        /*left: 982px;*/
        /*top: 170px;*/
        padding-top: 109px;
    }

    .reason .reason-text .reason-bg .reason-icon.wangpan img {
        animation-delay: 0.72s;
    }

    .window {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
    }

    .window .window-content {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -265px;
        margin-top: -270px;
        padding: 40px;
        background-color: #ffffff;
        border-radius: 6px;
        overflow: hidden;
    }

    .window .window-content .window-content-title {
        position: relative;
        text-align: center;
    }

    .window .window-content .window-content-title h3 {
        font-size: 20px;
        letter-spacing: 1px;
        color: #333333;
        margin-top: 0;
        margin-bottom: 50px;
        font-weight: bold;
    }

    .window .window-content .form-group {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .window .window-content .window-content-title span {
        position: absolute;
        top: -23px;
        right: -15px;
        display: inline-block;
        font-size: 18px;
        color: #ddd;
        font-weight: 500;
        text-align: right;
        cursor: pointer;
    }

    .window .window-content label {
        width: 25%;
        float: left;
        font-size: 16px;
        letter-spacing: 1px;
        color: #333333;
        line-height: 40px;
    }

    .window .window-content label span {
        display: inline-block;
        font-size: 20px;
        letter-spacing: 1px;
        color: #e60000;
    }

    .window .window-content input {
        float: left;
        width: 70%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        border: solid 1px #dfdfdf;
        letter-spacing: 1px;
        color: #333;
    }

    .window .window-content .form-group .window-width {
        width: 33%;
    }

    .window .window-content .form-group .window-width:nth-child(2) {
        margin-right: 4%;
    }

    .window .window-content .form-group .btn-default {
        width: 100%;
        display: block;
        background-color: #4581fb;
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
        color: #ffffff;
        border: none;
        padding: 10px 0;
        margin: 10px 0 30px;
    }

    .effect {
        margin: 100px 0;
    }

    .effect .effect-left {
        text-align: left;
    }

    .effect .effect-left h2 {
        font-size: 32px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 50px;
    }

    .effect .effect-left p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
        margin-bottom: 5%;
    }

    .effect .effect-left a {
        display: inline-block;
        padding: 15px 40px;
        background-color: #4581fb;
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        margin-top: 30%;
        text-decoration: none;
        transition: all 0.75s ease;
        -moz-transition: all 0.75s ease; /* Firefox 4 */
        -webkit-transition: all 0.75s ease; /* Safari 和 Chrome */
        -o-transition: all 0.75s ease; /* Opera */
    }

    .effect .effect-left a:hover {
        background-color: #1f66f5;
    }

    .effect .effect-right {
        text-align: right;
    }

    .effect .effect-right img {
        width: 100%;
        height: auto;
    }

    .effect .effect-right img .vhidden {
        position: static;
    }

    img .vhidden {
        visibility: hidden;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .effect .effect-right img .effect-right-img {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .effect .effect-right .effect-right-icons {
        overflow: hidden;
        float: right;
        margin-bottom: 80px;
    }

    .effect .effect-right .effect-right-icons span {
        display: block;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .effect .effect-right .effect-right-icons span i {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-left: 10px;
    }

    .effect .effect-right .effect-right-icons span.red i {
        border: solid 2px #ff9db1;
    }

    .effect .effect-right .effect-right-icons span.blue i {
        border: solid 2px #5c8dfe;
    }

    .wap {
        background-color: #f9f9f9;
        padding: 50px 0;
    }

    .wap h2, .pc h2 {
        text-align: center;
    }

    .wap p, .pc p {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .wap .wap-center .wap-center-img, .pc .pc-center .pc-center-img {
        margin-top: 50px;
    }

    .pc {
        background-color: #fff;
        padding: 50px 0;
    }

    .pc .pc-center-img video {
        display: block;
        max-width: 100%;
    }

    .specialty {
        padding: 50px 0;
        background-color: #f9f9f9;
        margin-bottom: 120px;
    }

    .specialty h2 {
        text-align: center;
    }

    .specialty .specialty-left {
        margin: 0px 0;
    }

    .specialty .specialty-right a {
        display: inline-block;
        padding: 7px 30px;
        background-color: #4581fb;
        border-radius: 2px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        letter-spacing: 1px;
        margin: 8% 0;
    }

    .specialty .specialty-right p {
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;

    }

    /*******   plan-information *******/
    #plan-information {
        background: url("../images/content/plan-banner.png") no-repeat center;
        background-size: cover;
    }

    .flow {
        padding: 50px 0;
        margin-top: 50px;
        background: #fff;
    }

    .information h2 {
        font-size: 32px;
        text-align: center;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 50px;
    }

    .flow .flow-img {
        width: 100%;
        height: 350px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .flow .flow-img img {
        width: 100%;
    }

    .flow .flow-text .flew-text-line {
        width: 100px;
        height: 8px;
        background-color: #1268d0;
        margin: 50px 0 20px;
    }

    .flow .flow-text p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #6a6a6a;
        line-height: 32px;
    }

    .traffic {
        padding: 50px 0;
        background: #fff;
    }

    .traffic .traffic-content {
        overflow: hidden;
    }

    .traffic .traffic-content .traffic-content-box {
        text-align: center;
    }

    .traffic .traffic-content .traffic-content-box h3 {
        font-size: 50px;
        letter-spacing: 2px;
        color: #1268d0;
    }

    .traffic .traffic-content .traffic-content-box h3 > span {
        font-size: 24px;
        letter-spacing: 1px;
        color: #1268d0;
    }

    .traffic .traffic-content .traffic-content-box p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .traffic .traffic-content .traffic-content-box .traffic-content-img {
        width: 92px;
        height: 100px;
        overflow: hidden;
        margin: 30px auto 0;
    }

    .advertising {
        padding: 50px 0;
        background-color: #f9f9f9;
    }

    .advertising h2 {
        margin-bottom: 20px;
    }

    .information .information-p {
        font-size: 20px;
        letter-spacing: 1px;
        color: #6a6a6a;
        text-align: center;
        margin-bottom: 50px;
    }

    .show {
        padding: 50px 0;
        background: #fff;
    }

    .show h2 {
        margin-bottom: 20px;
    }

    .show .show-img {
        border-radius: 6px;
        overflow: hidden;
    }

    .show .show-dx li {
        position: relative;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        background-position: center top;
        background-repeat: no-repeat;
        cursor: pointer;
        padding-top: 55px;
        margin-top: 45px;
    }

    .show .show-dx li:hover span {
        opacity: 1;
        transform: translate3d(0, 0%, 0);
    }

    .show .show-dx li span {
        display: block;
        width: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        box-shadow: 0 5px 20px 0 rgba(39, 43, 157, 0.17);
        font-size: 14px;
        color: #87878A;
        padding: 20px 40px;
        opacity: 0;
        transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0); /* IE 9 */
        -moz-transform: translate3d(0, -50%, 0); /* Firefox */
        -webkit-transform: translate3d(0, -50%, 0); /* Safari 和 Chrome */
        -o-transform: translate3d(0, -50%, 0); /* Opera */
        transition: all 0.3s;
        -moz-transition: all 0.3s; /* Firefox 4 */
        -webkit-transition: all 0.3s; /* Safari 和 Chrome */
        -o-transition: all 0.3s; /* Opera */
        text-align: left;
        line-height: 28px;
    }

    .show .show-dx li.dx-liulan {
        background-image: url("../images/content/dx-liulan.svg");
        background-size: 46px;
    }

    .show .show-dx li.dx-daofang {
        background-image: url("../images/content/dx-daofang.svg");
        background-size: 46px;
        background-position: center 5px;
    }

    .show .show-dx li.dx-tieba {
        background-image: url("../images/content/dx-tieba.svg");
        background-size: 46px;
    }

    .show .show-dx li.dx-dili {
        background-image: url("../images/content/dx-dlwz.svg");
        background-size: 46px;
    }

    .show .show-dx li.dx-yidong {
        background-image: url("../images/content/dx-yidong.svg");
        background-size: 46px;
    }

    .show .show-dx li.dx-xinxi {
        background-image: url("../images/content/dx-jbxx.svg");
        background-size: 46px;
    }

    .show .show-dx li.dx-yonghu {
        background-image: url("../images/content/dx-yhxq.svg");
        background-size: 46px;
    }

    .show .show-dx li.dx-shejiao {
        background-image: url("../images/content/dx-sjgx.svg");
        background-size: 46px;
    }

    .ad-gray {
        padding: 50px 0;
        background-color: #f9f9f9;
    }

    .ad-white {
        background: #fff;
    }

    .ad-gray .ad-gray-box video {
        display: block;
        max-width: 100%;
    }

    .ad-gray .ad-gray-box .ad-gray-text {
        padding-top: 80px;
    }

    .ad-gray .ad-gray-box .ad-gray-text h3 {
        font-size: 32px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 20px;
    }

    .ad-gray .ad-gray-box .ad-gray-text p {
        font-size: 18px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 40px;
    }

    .ad-gray .ad-gray-box .ad-gray-text a {
        display: inline-block;
        background-color: #1268d0;
        padding: 15px 50px;
        font-size: 16px;
        letter-spacing: 1px;
        color: #fff;
        text-align: center;
        outline: none;
        border: none;
        text-decoration: none;
        transition: all 0.75s ease;
        -moz-transition: all 0.75s ease; /* Firefox 4 */
        -webkit-transition: all 0.75s ease; /* Safari 和 Chrome */
        -o-transition: all 0.75s ease; /* Opera */

    }

    .ad-gray .ad-gray-box .ad-gray-text a:hover {
        background: #055dc7;
    }

    .way {
        padding: 50px 0;
        background: #fff;
    }

    .way h2 {
        margin-bottom: 20px;
    }

    .way .way-box {
        width: 90%;
        margin: 50px auto 0;
        overflow: hidden;
    }

    .way .way-box li {
        position: relative;
        float: left;
        width: 40%;
        border: solid 2px #dfdfdf;
        padding: 20px;
        margin-bottom: 37px;
        text-align: right;
        box-sizing: border-box;
    }

    .way .way-box li:before, .way .way-box li:after {
        box-sizing: border-box;
        content: '';
        border: 2px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
    }

    .way .way-box li:before {
        top: -2px;
        left: 2px;
        transition: border-color 0s 0.8s, width 0.2s 0.6s, height 0.2s 0.4s;
    }

    .way .way-box li:hover:before {
        border-top-color: #1268d0; /*上边框颜色*/
        border-right-color: #1268d0;
        width: 100%;
        height: 100%;
        transition: width 0.2s, height 0.2s 0.2s;
    }

    .way .way-box li:after {
        right: 2px;
        bottom: -2px;
        transition: border-color 0s 0.4s, width 0.2s 0.2s, height 0.2s;
    }

    .way .way-box li:hover:after {
        border-bottom-color: #1268d0;
        border-left-color: #1268d0;
        width: 100%;
        height: 100%;
        transition: border-color 0s 0.4s, width 0.2s 0.4s, height 0.2s 0.6s;
    }

    .way .way-box li:nth-child(2n-1) {
        margin-right: 100px;
        text-align: left;
    }

    .way .way-box li h4 {
        font-size: 18px;
        letter-spacing: 1px;
        color: #6a6a6a;
        text-align: inherit;
    }

    .way .way-box li.way-active {
        border: 2px solid #1268d0;
    }

    .way .way-box li.way-active h4 {
        color: #1268d0;
    }

    .way .way-box li p {
        width: 60%;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #6a6a6a;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-align: left;
    }

    .way .way-box li .way-box-text {
        position: absolute;
        left: -2px;
        top: -2px;
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 3px 5px 0px #efefef;
        text-align: center;
        width: 102%;
        height: 102%;
        transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0); /* IE 9 */
        -moz-transform: translate3d(-50%, 0, 0); /* Firefox */
        -webkit-transform: translate3d(-50%, 0, 0); /* Safari 和 Chrome */
        -o-transform: translate3d(-50%, 0, 0); /* Opera */
        transition: all 0.75s 0.5s ease;
        -moz-transition: all 0.75s 0.5s ease; /* Firefox 4 */
        -webkit-transition: all 0.75s 0.5s ease; /* Safari 和 Chrome */
        -o-transition: all 0.75s 0.5s ease; /* Opera */
        opacity: 0;
        z-index: 9;
        padding: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .way .way-box li:nth-child(2n) .way-box-text {
        transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0); /* IE 9 */
        -moz-transform: translate3d(50%, 0, 0); /* Firefox */
        -webkit-transform: translate3d(50%, 0, 0); /* Safari 和 Chrome */
        -o-transform: translate3d(50%, 0, 0); /* Opera */
    }

    .way .way-box li:hover .way-box-text {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0); /* IE 9 */
        -moz-transform: translate3d(0, 0, 0); /* Firefox */
        -webkit-transform: translate3d(0, 0, 0); /* Safari 和 Chrome */
        -o-transform: translate3d(0, 0, 0); /* Opera */
    }

    .way .way-box .way-box-text h3 {
        font-size: 24px;
        letter-spacing: 1px;
        color: #333333;
        margin-top: 20px;
    }

    .way .way-box .way-box-text span {
        font-size: 16px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .way .way-box li:nth-child(2n) p {
        float: right;
    }

    .way .way-box li .way-bg {
        width: 158px;
        height: 90px;
        position: absolute;
        z-index: 5;
        display: block;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 120px;
    }

    .way .way-box li .way-cpt {
        background-image: url("../images/content/way01.png");
        right: -37px;
    }

    .way .way-box li .way-cpm {
        background-image: url("../images/content/way02-1.png");
        left: -73px;
    }

    .way .way-box li .way-cpc {
        background-image: url("../images/content/way03-1.png");
        right: -37px;
    }

    .way .way-box li .way-cp {
        background-image: url("../images/content/way04-1.png");
        left: -73px;
    }

    .way .way-box li:hover .way-cpm {
        background-image: url("../images/content/way02.png");
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease; /* Firefox 4 */
        -webkit-transition: all 0.5s ease; /* Safari 和 Chrome */
        -o-transition: all 0.5s ease; /* Opera */
    }

    .way .way-box li:hover .way-cpc {
        background-image: url("../images/content/way03.png");
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease; /* Firefox 4 */
        -webkit-transition: all 0.5s ease; /* Safari 和 Chrome */
        -o-transition: all 0.5s ease; /* Opera */
    }

    .way .way-box li:hover .way-cp {
        background-image: url("../images/content/way04.png");
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease; /* Firefox 4 */
        -webkit-transition: all 0.5s ease; /* Safari 和 Chrome */
        -o-transition: all 0.5s ease; /* Opera */
    }

    /*解决方案-网站建设*/
    #plan-website {
        background: url("../images/content/website-banner.png") no-repeat center;
        background-size: cover;
    }

    .website-box {
        background: #fff;
        padding: 100px 0 0;
    }

    .website-active {
        text-align: center;
        margin-bottom: 50px;
    }

    .website-active h3 {
        font-size: 32px;
        letter-spacing: 1px;
        color: #333333;
        font-weight: 500;
    }

    .website-active p {
        font-size: 20px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .website-text {
        height: 320px;
        overflow: hidden;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;

    }

    .website-img {
        width: 100%;
        /*height: 320px;*/
        height: auto;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .website-img img{
        margin: 0 auto;
    }

    .website-text p {
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }

    .website-text .flew-text-line {
        width: 20%;
        height: 10px;
        background-color: #f00031;
        margin-top: 15px;
    }

    .website-box .website-project {
        background: #373639;
    }

    .website-box .website-project #distance > div {
        padding-left: 0;
        padding-right: 0;
    }

    .website-box .website-baiduyun {
        position: relative;
        width: 100%;
        height: 500px;
        background: url(../images/content/website-01.png) no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .website-box .website-yuming {
        background: url(../images/content/website-02.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-pc {
        background: url(../images/content/website-03.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-web {
        background: url(../images/content/website-04.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-baiduyun-box {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -50%;
        margin-top: -85px;
    }

    .website-box .website-baiduyun-img {
        width: 85px;
        height: 72px;
        overflow: hidden;
        margin: 0 auto 40px;
    }

    .website-box .website-baiduyun .website-project-name {
        font-size: 32px;
        color: #fff;
        letter-spacing: 1px;
        text-align: center;
    }

    .website-box .website-baiduyun-text {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        background: rgba(18, 104, 208, 0.7);
        color: #fff;
        padding: 50px;
        text-align: center;
        overflow: hidden;
    }

    .website-box .website-baiduyun-text .website-baiduyun-title {
        font-size: 32px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .website-box .website-baiduyun-text span {
        width: 100%;
        height: 77%;
        display: inline-block;
        overflow: hidden;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .max-hidden {
        display: block;
    }

    .website-box .website-template {
        width: 70%;
        margin: 0 auto;
        overflow: hidden;
    }

    .website-box .website-template a {
        position: relative;
        display: block;
        height: 240px;
    }

    .website-box .website-template a:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url("../images/content/icon-bg.png") no-repeat;
        background-size: 100% auto;
        animation: rotate 3.5s linear 0.2s infinite;
        -webkit-animation: rotate 3.5s linear 0.2s infinite;
        -moz-animation: rotate 3.5s linear 0.2s infinite;
        transform-origin: center center;
        -webkit-transform-origin: center center;
    }

    @keyframes rotate {
        to {
            -webkit-transform: rotate(1turn);
            -moz-transform: rotate(1turn);
            -ms-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    @-moz-keyframes rotate {
        to {
            -webkit-transform: rotate(1turn);
            -moz-transform: rotate(1turn);
            -ms-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    @-webkit-keyframes rotate {
        to {
            -webkit-transform: rotate(1turn);
            -moz-transform: rotate(1turn);
            -ms-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }
    .website-box .website-template a img {
        position: relative;
        top: 50%;
        margin: 0 auto;
        height: 105px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .website-box .website-template p {
        font-size: 20px;
        text-align: center;
        letter-spacing: 1px;
        color: #6a6a6a;
        margin-top: 25px;
    }

    .website-process {
        width: 100%;
        height: 100%;
        padding: 100px 0;
        background: url("../images/content/process-bg.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }

    .website-process-box {
        overflow: hidden;
        margin: 50px 0 70px;
    }

    .website-process-box ul li {
        /*height: 72px;*/
        float: left;
        padding-top: 80px;
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        letter-spacing: 1px;
        color: #5c5c5c;
    }

    .website-process-box ul li:nth-of-type(2n+1) {
        width: 26.25%;
    }

    .website-process-box ul li:nth-of-type(2n+2) {
        width: 10.6%;
    }

    .website-process-box ul li:nth-of-type(2n+2) span {
        position: relative;
        display: inline-block;
        width: 60%;
        height: 1px;
        background: #c0c0c0;
    }

    .website-process-box ul li:nth-of-type(2n+2) span:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 10px solid #c0c0c0;
        border-bottom: 6px solid transparent;
        right: 0;
        top: 50%;
        margin-top: -6px;
    }

    .website-process-box ul li:nth-of-type(1) {
        background: url("../images/content/process-icon1.png") no-repeat top center;
    }

    .website-process-box ul li:nth-of-type(3) {
        background: url("../images/content/process-icon2.png") no-repeat top center;
    }

    .website-process-box ul li:nth-of-type(5) {
        background: url("../images/content/process-icon3.png") no-repeat top center;
    }

    .website-process-box ul li h6 {
        font-size: 20px;
        letter-spacing: 1px;
        color: #2f2f2f;
    }

    .website-type {
        background-color: #dadada;
        display: block;
    }

    .website-type-web {
        display: none;
    }

    .website-type .website-type-hide {
        padding: 0;
    }

    .website-type .website-type-hide .website-type-bg {
        position: relative;
        width: 100%;
        height: 500px;
        text-align: center;
    }

    .website-type .website-type-hide:nth-of-type(1) .website-type-bg {
        background: url("../images/content/website-type1.png") no-repeat;
        background-size: cover;
    }

    .website-type .website-type-hide:nth-of-type(2) .website-type-bg {
        background: url("../images/content/website-type2.png") no-repeat;
        background-size: cover;
    }

    .website-type .website-type-hide:nth-of-type(3) .website-type-bg {
        background: url("../images/content/website-type3.png") no-repeat;
        background-size: cover;
    }

    .website-type .website-type-hide:nth-of-type(4) .website-type-bg {
        background: url("../images/content/website-type4.png") no-repeat;
        background-size: cover;
    }

    .website-type .website-type-hide .website-type-bg h6 {
        font-size: 32px;
        letter-spacing: 1px;
        color: #ffffff;
        padding-top: 100px;
        margin-top: 0;
    }

    .website-type .website-type-hide .website-type-bg p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #ffffff;
    }

    .website-type .website-type-hide .website-type-text {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        width: 130%;
        background: #fff;
        padding: 30px 50px 50px;
        text-align: center;
        overflow: hidden;
    }

    .website-type .website-type-hide .website-type-text .website-type-line {
        width: 100%;
        height: 1px;
        background: #f1f1f1;
    }

    .website-type .website-type-hide .website-type-text h6 {
        font-size: 26px;
        letter-spacing: 1px;
        color: #333333;
    }

    .website-type .website-type-hide .website-type-text p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 30px;
    }

    .website-type .website-type-hide .website-type-text .website-type-content {
        height: 77%;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 1px;
        color: #6a6a6a;
        padding: 30px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }

    .website-box .website-custom {
        padding: 100px 0;
        background: #fff;
    }

    .website-box .website-custom h5 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #4b4b4b;
        font-weight: 600;
        text-align: left;
    }

    .website-box .website-custom p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1px;
        color: #626262;
        margin-bottom: 30px;
        text-align: left;
    }

    .website-box .website-custom .website-custom-table {
        padding: 70px;
        background-color: #f6f6f6;
        text-align: center;
    }

    .website-box .website-custom .website-custom-table h5 {
        font-size: 50px;
        line-height: 55px;
        letter-spacing: 1px;
        color: #4b4b4b;
        text-align: center;
    }

    .website-box .website-custom .website-custom-table p {
        font-size: 20px;
        line-height: 35px;
        letter-spacing: 2px;
        color: #626262;
        margin-bottom: 0;
    }

    .website-box .website-custom .website-custom-table span {
        font-size: 20px;
        line-height: 35px;
        letter-spacing: 16px;
        color: #626262;
    }

    .website-box .website-custom .website-custom-table input, .website-box .website-custom .website-custom-table select {
        width: 100%;
        display: block;
        outline: none;
        box-sizing: border-box;
        border: none;
        background: #fff;
        line-height: 45px;
        margin-top: 25px;
        text-indent: 1em;
        font-size: 16px;
        letter-spacing: 1px;
        color: #bdbdbd;
    }

    .website-box .website-custom .website-custom-table select {
        height: 45px;
    }

    .website-box .website-custom .website-custom-table .sub_btn input {
        background-color: #1268d0;
        font-size: 16px;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        line-height: 45px;
        border-radius: 5px;
    }

    .website-box .website-custom .website-custom-table .form-tel {
        display: none;
        text-indent: 1em;
        font-size: 12px;
        color: red;
    }

    /*解决方案--直通车*/
    #plan-car {
        background: url("../images/content/plan-carBanner.jpg") no-repeat center;
        background-size: cover;
    }

    .car .car-box {
        background: #fff;
        padding: 100px 0;
    }

    .car .car-box .website-active {
        margin-bottom: 80px;
    }

    .car .car-box:nth-of-type(2n) {
        background-color: #f9f9f9;
    }

    .car .car-box:nth-of-type(6) {
        display: block;
    }

    .car .car-box:nth-of-type(7) {
        display: block;
    }

    .car-box .website-text .flew-text-line {
        background-color: #1268d0;
    }

    .car .car-box:nth-of-type(2n) .website-active {
        margin-top: -60px;
    }

    .car-box .website-text p {
        -webkit-line-clamp: 8;
    }

    .car-box .car-left {
        text-align: left;
    }

    .car-box .car-left .car-left-list {
        margin-bottom: 50px;
    }

    .car-box .car-left .car-left-list h4 {
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 1px;
        color: #333333;
    }

    .car-box .car-left .car-left-list ul li {
        font-size: 16px;
        margin-left: 15px;
        list-style-type: disc;
        line-height: 36px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .car-box .car-left .car-active h4, .car-box .car-left .car-active ul li {
        color: #1268d0;
    }

    .car-box .car-right img {
        margin: 0 auto;
    }

    .car-box .car-address {
        letter-spacing: 1px;
        color: #6a6a6a;
        text-align: left;
        font-size: 16px;
    }

    .car-box .car-address ul {
        margin-top: 0px;
    }

    .car-box .car-address ul li {
        text-indent: 0;
        line-height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .car-box .car-box-list {
        text-align: center;

    }

    .car-box .car-box-list .car-box-img {
        width: 100%;
        height: 102px;
        overflow: hidden;
    }

    .car-box .car-box-list .car-box-img img {
        height: 100%;
        margin: 0 auto;
    }

    .car-box .car-box-list h6 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #333333;
        margin: 20px 0;
    }

    .car-box .car-box-list p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #6a6a6a;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .car-box .car-box-expenses:nth-of-type(1) {
        margin-bottom: 80px;
    }

    .car-box .car-box-expenses p {
        padding: 0 2.5%;
        border: solid 1px #5c5c5c;
        border-radius: .6em;
        font-size: 20px;
        letter-spacing: 1px;
        color: #333333;
        line-height: 2;
        text-align: center;
    }

    .car-box .car-box-expenses .car-box-add {
        font-size: 60px;
        border: none;
        letter-spacing: 3px;
        color: #1268d0;
        font-weight: bold;
        line-height: 30px;
    }

    .car-box .car-box-expenses dl {
        height: 330px;
        border: solid 1px #5c5c5c;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
    }

    .car-box .car-box-expenses dl dt {
        position: relative;
        width: 25%;
        border: solid 1px #5c5c5c;
        border-radius: 50%;
        font-size: 22px;
        letter-spacing: 1px;
        color: #2f2f2f;
        margin: 30px auto 10px;
        line-height: 80px;
    }

    .car-box .car-box-expenses dl dt:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: solid 1px #5c5c5c;
        border-radius: 50%;
    }

    .car-box .car-box-expenses dl dd {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
        margin-top: 70px;
    }

    .car-box .car-box-industry {
        width: 100%;
        display: block;
    }

    .car-box .car-box-industry ul li {
        width: 14.28%;
        height: 125px;
        float: left;
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
        color: #6a6a6a;
        margin: 30px 0;
        overflow: hidden;
    }

    .car-box .car-box-industry .car-industry-img {
        height: 90px;
        overflow: hidden;
    }

    .car-box .car-box-industry ul li img {
        margin: 10px auto;
    }

    /****************  熊掌号  ************/
    #plan-paw {
        background: url("../images/content/paw-banner.jpg") no-repeat center;
        background-size: cover;
    }

    .paw .paw-box {
        background: #fff;
        padding: 100px 0 0;
    }

    .paw .paw-box .paw-active {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 80px;
    }

    .paw .paw-box .paw-active h3 {
        font-size: 32px;
        line-height: 25px;
        letter-spacing: 1px;
        color: #333333;
        font-weight: 500;
    }

    .paw .paw-box .paw-active p {
        font-size: 20px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .paw .paw-box .paw-img {
        height: 338px;
        overflow: hidden;
    }

    .paw .paw-box .paw-text {
        font-size: 18px;
        line-height: 44px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .paw .paw-box .paw-text a {
        display: inline-block;
        outline: none;
        padding: 0px 25px;
        background-color: #1268d0;
        border-radius: 4px;
        font-size: 16px;
        line-height: 44px;
        letter-spacing: 1px;
        color: #ffffff;
        text-decoration: none;
        margin-top: 20px;
    }

    .paw .paw-box .paw-box-list {
        overflow: hidden;
    }

    .paw .paw-box .paw-box-list ul li {
        height: 350px;
        padding: 40px 25px;
        float: left;
        width: 20%;
        overflow: hidden;
    }

    .paw .paw-box .paw-box-list ul li:nth-of-type(2n-1) {
        background-color: #fcfcfc;
    }

    .paw .paw-box .paw-box-list ul li:nth-of-type(2n) {
        background-color: #f7f7f7;
    }

    .paw .paw-box .paw-box-list ul li h4 {
        font-size: 24px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #333333;
    }

    .paw .paw-box .paw-box-list ul li p {
        width: 100%;
        height: 45%;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .paw .paw-box .paw-box-list ul li .paw-box-icon {
        width: 88px;
        height: 88px;
        overflow: hidden;
        float: left;
    }

    .paw .paw-box.paw-hidden {
        display: block;
    }

    .paw .paw-bg {
        background-color: #f9f9f9;
        padding: 50px 0 0;
        overflow: hidden;
    }

    .paw .paw-box .paw-results ul li {
        list-style-type: disc;
        color: #909090;
        margin-bottom: 50px;
        cursor: pointer;
    }

    .paw .paw-box .paw-results ul li:last-child {
        margin-bottom: 0;
    }

    .paw .paw-box .paw-results ul li h4 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #333333;
    }

    .paw .paw-box .paw-results ul li p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .paw .paw-box .paw-bg .paw-results-img {
        height: 500px;
        margin-top: -50px;
        overflow: hidden;
    }

    .paw .paw-box .paw-bg .paw-results-img img {
        height: 100%;
        margin: 0 auto;
    }

    .paw .paw-box .paw-results ul li.paw-results-active, .paw .paw-box .paw-results ul li.paw-results-active h4, .paw .paw-box .paw-results ul li.paw-results-active p {
        color: #1268d0;
    }

    .paw .paw-box .paw-reason {
        padding: 0;
        overflow: hidden;
    }

    .paw .paw-box .paw-reason ul li {
        float: left;
        width: 18%;
        margin-right: 7%;
        margin-bottom: 50px;
    }

    .paw .paw-box .paw-reason ul li:last-child {
        margin-right: 0;
    }

    .paw .paw-box .paw-reason ul li .paw-reason-icon {
        float: initial;
        width: 64px;
        height: 64px;
        overflow: hidden;
        margin: 0 auto;

    }

    .paw .paw-box .paw-reason ul li h4 {
        font-size: 20px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #333333;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .paw .paw-box .paw-reason ul li p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .paw #baidu-interests {
        background-color: #f9f9f9;
    }

    .paw #baidu-interests .paw-active {
        margin-top: -50px;
    }

    .paw #baidu-interests .baidu-interests-list {
        overflow: hidden;
        margin-bottom: 50px;
    }

    .paw #baidu-interests .baidu-interests-list li {
        float: left;
        width: 50%;
        height: 223px;
        overflow: hidden;
    }

    .paw #baidu-interests .baidu-interests-list li img {
        margin: 0 auto;
    }

    .paw .good-paw {
        overflow: hidden;
    }

    .paw .good-paw li {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 35px;
        text-align: left;
    }

    .paw .good-paw li:nth-child(2n) {
        margin-right: 5%;
    }

    .paw .good-paw li a {
        display: block;
        overflow: hidden;
    }

    .paw .good-paw li:nth-child(3) {
        margin-right: 0;
    }

    .paw .good-paw li:nth-child(6) {
        margin-right: 0;
    }

    .paw .good-paw li:nth-child(9) {
        margin-right: 0;
    }

    .paw .good-paw li:last-child {
        margin-right: 0;
    }

    .paw .good-paw li .good-paw-left {
        float: left;
        width: 90px;
        height: 90px;
        overflow: hidden;
        margin-right: 20px;
        border-radius: 50%;
    }

    .paw .good-paw li .good-paw-left img {
        width: 100%;
        height: 100%;
    }

    .paw .good-paw li .good-paw-right {
        width: 60%;
        float: left;
    }

    .paw .good-paw li .good-paw-right h4 {
        font-size: 20px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 0;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .paw .good-paw li .good-paw-right p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #6a6a6a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .paw .join-paw {
        width: 260px;
        display: block;
        font-size: 24px;
        text-align: center;
        line-height: 48px;
        letter-spacing: 1px;
        color: #ffffff;
        border-radius: 30px;
        padding: 8px 0px;
        background-image: linear-gradient(-84deg,
        #00b0fe 0%,
        #009af5 50%,
        #007bea 89%);
        margin: 0 auto;
    }

    .paw .join-paw-href {
        font-size: 14px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #6a6a6a;
        text-align: center;
        margin: 40px 0 70px;
    }

    .paw .join-paw-href a {
        color: #1268d0;
    }

    /*增值服务*/
    #plan-added {
        background: url("../images/content/plan-addedimg.png") no-repeat center;
        background-size: cover;
    }

    .added .added-box {
        padding-bottom: 70px;
    }

    .added .added-box:nth-of-type(n) {
        background: #fff;
    }

    .added .added-box:nth-of-type(2n) {
        background: #fafafa;
    }

    .added .added-box .added-list {
        overflow: hidden;
        clear: both;
        padding: 0 15px;
    }

    .added .added-box .added-list li {
        position: relative;
        float: left;
        width: 30%;
        margin-right: 3%;
        background-color: #ffffff;
        box-shadow: 0px 5px 6px 2px #efefef;
        border-radius: 4px;
        padding: 78px 0;
        margin-bottom: 70px;
    }

    .added .added-box .added-list li:hover .added-list-text {
        display: block;
    }

    .added .added-box .added-list li:last-child {
        margin-right: 0;
    }

    .added .added-box .added-list li span {
        display: block;
        width: 150px;
        height: 104px;
        overflow: hidden;
        margin: 0 auto;
    }

    .added .added-box .added-list li:nth-of-type(1) span {
        background: url("../images/content/added-icon01.png") no-repeat center;
    }

    .added .added-box .added-list li:nth-of-type(2) span {
        background: url("../images/content/added-icon02.png") no-repeat center;
    }

    .added .added-box .added-list li:nth-of-type(3) span {
        background: url("../images/content/added-icon03.png") no-repeat center;
    }

    .added .added-box .added-list .added-list-text {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #1268d0;
        border-radius: 4px;
        opacity: 0.9;
        padding: 30px;
        text-align: center;
        overflow: hidden;
    }

    .added .added-box .added-list .added-list-text h5 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #ffffff;
    }

    .added .added-box .added-list .added-list-text p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #ffffff;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .added .added-box .added-text {
        font-size: 16px;
        letter-spacing: 1px;
        color: #6a6a6a;
        text-indent: 2em;
        line-height: 30px;
    }

    .added .added-box .added-left-img {
        height: 320px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .added .added-box .added-left-img img {
        height: 100%;
        padding: 24px;
        border: solid 1px #d1d1d1;
        margin: 0 auto;
    }

    .added .added-box .added-right-text {
        text-align: center;
        font-size: 16px;
        line-height: 35px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    #added-phone-box {
        display: block;
    }

    .added .added-box .added-phone li {
        box-shadow: none;
        border: solid 1px #efefef;
        padding: 0;
        margin-bottom: 20px;
    }

    .added .added-box .added-phone li span {
        width: 133px;
        height: 133px;
        margin: 60px auto;
    }

    .added .added-box .added-phone li:nth-of-type(1) span {
        background: url("../images/content/added-icon04.png") no-repeat center;
    }

    .added .added-box .added-phone li:nth-of-type(2) span {
        background: url("../images/content/added-icon05.png") no-repeat center;
    }

    .added .added-box .added-phone li:nth-of-type(3) span {
        background: url("../images/content/added-icon06.png") no-repeat center;
    }

    .added .added-box .added-phone li .added-phone-title {
        font-size: 16px;
        text-align: center;
        letter-spacing: 1px;
        color: #333333;
        border-top: 1px solid #efefef;
        line-height: 35px;
        padding: 25px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .added .added-box .added-phone .added-list-text {
        padding: 65px 60px;
        text-align: left;
    }

    .added .added-box .added-phone .added-list-text h5 {
        text-align: center;
        margin-bottom: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .added .added-box .added-character .added-character-img {
        position: relative;
        height: 385px;
        margin: 0 auto;
        overflow: hidden;
    }

    .added .added-box .added-character .added-character-img:before {
        content: '';
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100%;
    }

    .added .added-box .added-character .added-character-img img {
        position: absolute;
        z-index: 999;
        top: 20px;
        width: 100%;
        height: 83%;
    }

    .added .added-box .added-character .added-character-img .added-character-title {
        width: 175px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -95px;
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        color: #1268d0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .added .added-box .added-character-list li {
        letter-spacing: 1px;
        margin-bottom: 50px;
        cursor: pointer;
    }

    .added .added-box .added-character-list li.added-character-active h4, .added .added-box .added-character-list li.added-character-active p {
        color: #1268d0;
    }

    .added .added-box .added-character-list li:last-child {
        margin-bottom: 0;
    }

    .added .added-box .added-character-list li h4 {
        font-size: 20px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .added .added-box .added-character-list li p {
        font-size: 16px;
        color: #6a6a6a;
    }

    /*案例中心*/
    #case {
        background: url("../images/content/case-banner.jpg") no-repeat center;
        background-size: cover;
    }

    .case .case-box .case-list {
        width: 70%;
        margin: 0 auto;
        overflow: hidden;

    }

    .case .case-box .case-list li {
        float: left;
        width: 24%;
        text-align: center;
        background: #fff;
        margin-right: 14%;
        padding: 25px 0 10px;
    }

    .case .case-box .case-list li:last-of-type {
        margin-right: 0;
    }

    .case .case-box .case-list li a {
        text-decoration: none;
        outline: none;
    }

    .case .case-box .case-list li span {
        display: block;
        width: 90%;
        height: 60px;
        margin: 0 auto;
        overflow: hidden;
    }

    .case .case-box .case-list li:nth-of-type(1) span {
        background: url("../images/content/case-icon01.png") no-repeat center;
    }

    .case .case-box .case-list li:nth-of-type(2) span {
        background: url("../images/content/case-icon02.png") no-repeat center;
    }

    .case .case-box .case-list li:nth-of-type(3) span {
        background: url("../images/content/case-icon03.png") no-repeat center;
    }

    .case .case-box .case-list li.case-list-active:nth-of-type(1) span {
        background: url("../images/content/case-icon01-1.png") no-repeat center;
    }

    .case .case-box .case-list li.case-list-active:nth-of-type(2) span {
        background: url("../images/content/case-icon02-1.png") no-repeat center;
    }

    .case .case-box .case-list li.case-list-active:nth-of-type(3) span {
        background: url("../images/content/case-icon03-1.png") no-repeat center;
    }

    .case .case-box .case-list li.case-list-active p {
        color: #fff;
    }

    .case .case-box .case-list li.case-list-active {
        background: #262626;
    }

    .case .case-box .case-list li p {
        font-size: 16px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #5e5e5e;
    }

    .case-content {
        position: relative;
        background: rgb(33, 33, 33);
        margin-bottom: 300px;
    }

    .case-content .case-tab-content {
        padding: 0;
    }

    .case-content .case-tab-content .case-img {
        height: auto;
        cursor: pointer;
    }

    .case-content .case-show .case-show-text {
        z-index: 0;
    }

    .case-content .case-tab-content .case-img .case-show-text .icon-tianjia {
        display: block;
        margin-top: 40px;
        color: #fff;
        background: transparent;
        font-size: 40px;
    }

    .case-content .case-tab-content .case-img .case-show-text p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-top: 3px;
    }

    .case-content .case-detail {

    }

    .case-content .case-detail .case-detail-box {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: -154px;
        bottom: 0;
        display: none;
        padding: 80px 0;
        background: rgba(63, 63, 63, 0.8);
    }

    .case-content .case-detail .case-detail-box .icon-guanbi {
        position: absolute;
        right: 50px;
        top: 50px;
        z-index: 999;
        font-size: 30px;
        color: #888;
        cursor: pointer;
    }

    .case-content .case-detail .case-detail-box .case-detail-left {
        height: 432px;
        overflow: hidden;
    }

    .case-content .case-detail .case-detail-box .case-detail-left img {
        width: 100%;
    }

    .case-content .case-detail .case-detail-box .case-detail-right {
        padding: 0 0 0 50px;
        color: #dddddd;
        text-align: left;
        margin-top: 10%;
    }

    .case-content .case-detail .case-detail-box .case-detail-right h3 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .case-content .case-detail .case-detail-box .case-detail-right p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;

    }

    .case-content .case-detail .case-detail-box .case-detail-right a {
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
        color: #ddd;
        padding: 10px 25px;
        border: solid 2px #999999;
        margin-top: 40px;
        text-decoration: none;
        outline: none;
    }

    /*咨询动态*/
    #news {
        background: url("../images/content/news-banner.jpg") no-repeat center;
        background-size: cover;
    }

    .news {
        width: 100%;
    }

    .news .news-list {
        width: 100%;
        box-shadow: 0px 3px 5px 0px rgba(240, 240, 240, 0.8);
    }

    .news .news-list ul {
        width: 60%;
        margin: 0 auto;
        overflow: hidden;
    }

    .news .news-list ul li {
        float: left;
        width: 20%;
        text-align: center;
        padding: 10px 0 0;
        margin-right: 6%;
    }

    .news .news-list ul li:last-of-type {
        margin-right: 0;
    }

    .news .news-list ul li a {
        display: inline-block;
        font-size: 20px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #333333;
        outline: none;
        text-decoration: none;

    }

    .news .news-list ul li.news-list-active a {
        color: #1268d0;
        border-bottom: 3px solid #1268d0;
    }

    .news .news-box {
        display: none;
        margin-top: 120px;
    }

    .news .news-box.news-box-show {
        display: block;
    }

    .news .news-box .news-content {
        overflow: hidden;
    }

    .news .news-box .news-title {
        text-align: center;
        font-size: 32px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 40px;
    }

    .news .news-box .news-content .news-content-box {
        position: relative;
        text-align: center;
        box-shadow: 0px 12px 14px 0px #f1f1f1;
        border: solid 1px #d2d2d2;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .news .news-box .news-content .news-content-box .news-content-img {
        width: 100%;
        height: 170px;
        overflow: hidden;
    }

    .news .news-box .news-content .news-content-box .news-content-img img {
        width: 100%;
        height: 100%;
    }

    .news .news-box .news-content .news-content-box .news-content-text {
        padding: 0 30px;
    }

    .news .news-box .news-content .news-content-box .news-content-text h3 {
        margin: 10px 0;
        font-size: 18px;
        line-height: 48px;
        letter-spacing: 1px;
        color: #6a6a6a;
        font-weight: 600;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news .news-box .news-content .news-content-box .news-content-text p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        color: #6a6a6a;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news .news-box .news-content .news-content-box .news-content-text a {
        display: inline-block;
        margin: 20px auto 0;
        padding: 2px 20px;
        border: solid 1px #6d6d6d;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
        text-align: center;
    }

    .news .news-box .news-content .news-content-box .news-content-detail {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 3;
        width: 100%;
        top: 0;
        bottom: 0;
        padding: 0 15px;
        border: none;
        text-align: center;
        overflow: hidden;
        animation: down 1s ease;
    }

    @-webkit-keyframes down {
        from {
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
        }
        to {
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -o-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -moz-transform: translateY(0%);
        }
    }
    @-moz-keyframes down {
        from {
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
        }
        to {
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -o-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -moz-transform: translateY(0%);
        }
    }
    @-o-keyframes down {
        from {
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
        }
        to {
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -o-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -moz-transform: translateY(0%);
        }
    }
    @-ms-keyframes down {
        from {
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
        }
        to {
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -o-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -moz-transform: translateY(0%);
        }
    }
    .news .news-box .news-content .news-content-box .news-content-detail h3 {
        margin-top: 40px;
    }

    .news .news-box .news-content .news-content-box .news-content-detail p {
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
    }

    /*资讯动态详情*/
    .news .news-box .news-detail {
        width: 70%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    .news .news-box .news-detail h4 {
        font-size: 20px;
        line-height: 35px;
        letter-spacing: 1px;
        color: #333333;
        font-weight: 600;
        text-align: center;
        margin-bottom: 7px;
        overflow: hidden;
    }

    .news .news-box .news-detail .news-time {
        text-align: center;
        margin-bottom: 60px;
    }

    .news .news-box .news-detail .news-time span {
        display: inline-block;
        font-size: 14px;
        line-height: 35px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .news .news-box .news-detail .news-text {
        text-align: center;
    }

    .news .news-box .news-detail .news-text p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #333333;
        margin: 0 auto 20px;
        text-align: left;
        text-indent: 2em;
        overflow: hidden;
    }

    .news .news-box .news-detail .news-text p img {
        /*width: 100%;*/
    }

    .news .news-bottom {
        width: 70%;
        margin: 150px auto 120px;
        overflow: hidden;
    }

    .news .news-bottom .news-bottom-line {
        width: 100%;
        height: 1px;
        background: #e8e8e8;
        margin-bottom: 20px;
    }

    .news .news-bottom ul li a {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #333333;
        outline: none;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .news .news-bottom ul li a:hover {
        color: #1268d0;
    }

    /*企业概述*/
    #about-introduce {
        background: url("../images/content/about-banner.png") no-repeat center;
        background-size: cover;
    }

    #about-us .about-box {
        background-color: #efefef;
        overflow: hidden;
    }

    #about-us .about-box #about-left {
        padding-left: 0;
        padding-right: 15px;
    }

    #about-us .about-us-left {
        width: 100%;
        /*height: 360px;*/
        overflow: hidden;
    }

    #about-us .about-us-left img {
        width: auto;
        margin: 0 auto;
    }

    #about-us .about-us-right h3 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #333333;
    }

    #about-us .about-us-right h3 span {
        font-size: 22px;
        margin-left: 10px;
    }

    #about-us .about-us-right {
        padding: 44px 0;
    }

    #about-us .about-us-right p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #6a6a6a;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }

    #about-us .about-us-right a {
        display: inline-block;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #6a6a6a;
        outline: none;
        text-decoration: none;
        padding: 5px 30px;
        background: #fff;
        margin-top: 20px;
    }

    #about-us .about-details {
        display: none;
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #about-us .about-details .about-details-text {
        position: relative;
        width: 80%;
        padding: 50px;
        background: #fff;
        margin: 0 auto;
        top: 200px;
        border-radius: 4px;
    }

    #about-us .about-details .about-details-text p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #6a6a6a;
    }

    #about-business .about-business > div {
        padding: 0;
    }

    #about-business .about-business {
        border: solid 1px #f0f0f0;
        overflow: hidden;
    }

    #about-business .about-business .about-business-left {
        border-right: solid 1px #f0f0f0;
        overflow: hidden;
        border-bottom: none;
    }

    #about-business .about-business .about-business-left ul li {
        float: initial;
        width: 100%;
        font-size: 18px;
        text-align: left;
        line-height: 50px;
        letter-spacing: 0;
        color: #333333;
        margin: 0 auto 0;
        cursor: pointer;
    }

    #about-business .about-business .about-business-left ul li:last-of-type {
        margin-bottom: 0;
    }

    #about-business .about-business .about-business-left a {
        text-decoration: none;
        outline: none;
        display: block;
        text-align: center;
    }

    #about-business .about-business .about-business-left .about-business-active {
        background-color: #1268d0;
    }

    #about-business .about-business .about-business-left .about-business-active a {
        color: #fff;
    }

    #about-business .about-business .about-business-right .about-business-box {
        display: none;
        padding: 20px 40px;
    }

    #about-business .about-business .about-business-right .about-business-show {
        display: block;
    }

    #about-business .about-business .about-business-right .about-business-box h6 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 20px;
    }

    #about-business .about-business .about-business-right .about-business-box p {
        font-size: 14px;
        letter-spacing: 0px;
        color: #6a6a6a;
        line-height: 26px;
    }

    #about-business .about-business .about-business-right .about-business-box p span {
        color: #105fc4;
    }

    #about-course .about-course {
        display: block;
        width: 100%;
        height: 452px;;
        background: url("../images/content/about-course-img.png") no-repeat center;
    }

    #about-course .about-course-web {
        display: none;
    }

    #about-department .about-department-list {
        overflow: hidden;
        margin-top: 30px;
    }

    #about-department .about-department-list li {
        width: 16%;
        float: left;
        text-align: center;
        margin-bottom: 60px;
    }

    #about-department .about-department-list li .about-department-icon {
        height: 67px;
        overflow: hidden;
        margin: 10px auto;
    }

    #about-department .about-department-list li .about-department-icon img {
        margin: 0 auto;
    }

    #about-department .about-department-list li p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #333333;
    }

    /*联系我们*/
    #contacts {
        background: url("../images/content/contact-banner.png") no-repeat center;
        background-size: cover;
    }

    .contacts .contacts-content {
        padding: 40px 20px;
        background-color: #1b1b1b;
        margin-bottom: 35px;
        overflow: hidden;
    }

    .contacts .contacts-content .content-icon {
        width: 56px;
        height: 56px;
        float: left;
        padding: 20px 0;
        background-color: #4581fb;
        margin-right: 15px;
        overflow: hidden;
    }

    .contacts .contacts-content .content-icon img {
        margin: 0 auto;
    }

    .contacts .contacts-content .content-text {
        width: 70%;
        float: left;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-top: 10px;
    }

    .contacts .contacts-form .form-group input {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        letter-spacing: 1px;
        color: #6a6a6a;
        background-color: #f9f9f9 !important;
        border: solid 1px #e4e4e4 !important;
    }

    .contacts .contacts-form textarea {
        width: 100%;
        height: 180px;
        padding: 15px;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        color: #6a6a6a;
        border-radius: 4px;
        background-color: #f9f9f9;
        border: solid 1px #e4e4e4;
    }

    .contacts .contacts-form #submit {
        padding: 5px 35px;
        background-color: #4581fb;
        font-size: 20px;
        color: #fff;
        line-height: 35px;
        letter-spacing: 1px;
        text-align: center;
        border: none;
        margin-top: 20px;
    }

    .contacts #dituContent {
        width: 100%;
        height: 380px;
        margin: 80px 0 0;
        background-color: #f9f9f9;
    }

    .contacts .contacts-join {
        margin-bottom: 100px;
    }

    .contacts .contacts-join .contacts-join-img {
        margin-bottom: 10px;
    }

    .contacts .contacts-join .contacts-join-img img {
        margin: 0 auto;
    }

    .contacts .contacts-join h4 {
        font-size: 20px;
        line-height: 35px;
        letter-spacing: 2px;
        margin-bottom: 15px;
        color: #1268d0;
    }

    .contacts .contacts-join p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2px;
        color: #6a6a6a;
    }

    .contacts .contacts-join a {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2px;
        color: #ffffff;
        padding: 8px 25px;
        background-color: #4581fb;
        margin-top: 40px;
        outline: none;
        text-decoration: none;
    }

    /*加入我们*/
    .join {
        padding-bottom: 40px;
        background-color: #ffffff;
        box-shadow: 0px 10px 12px 0px rgba(234, 234, 234, 0.85);
        border-radius: 4px;
    }
    .join .join-title {
        font-size: 26px;
        text-align: center;
        letter-spacing: 1px;
        color: #4f4f4f;
        padding: 35px 0;
        font-weight: 500;
    }
    .join .join-content {
        padding: 40px 0;
        overflow: hidden;
    }
    .join .join-content .join-content-title {
        border-bottom: 1px solid #e8e8e8;
        padding: 0 40px;
        overflow: hidden;
    }
    .join .join-content .join-content-title .join-content-left {
        width: 50%;
        color: #4f4f4f;
        float: left;
    }
    .join .join-content .join-content-title .join-content-left .join-content-number {
        float: left;
        width: 20%;
        font-size: 45px;
        line-height: 48px;
        letter-spacing: 3px;
        text-align: center;
    }
    .join .join-content .join-content-title .join-content-left .join-content-text {
        float: left;
        width: 75%;
        line-height: 32px;
        padding-bottom: 20px;
    }
    .join .join-content .join-content-title .join-content-left .join-content-text .join-content-cn {
        font-size: 22px;
        letter-spacing: 1px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .join .join-content .join-content-title .join-content-left .join-content-text .join-content-en {
        display: block;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 500;
        line-height: 25px;
    }
    .join .join-content .join-content-title .join-content-right {
        float: right;
        color: #bfbfbf;
        line-height: 32px;
        cursor: pointer;
    }
    .join .join-content .join-content-title .join-content-right .join-content-application {
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }
    .join .join-content .join-content-title .join-content-right .jon-content-interview {
        font-size: 20px;
        letter-spacing: 34px;
    }
    .join .join-content .join-content-box {
        border-bottom: 1px solid #e8e8e8;
        overflow: hidden;
    }
    .join .join-content .join-content-box > div:last-child .join-content-body {
        border: none;
    }

    .join .join-content .join-content-body {
        padding: 30px 40px 20px;
        border-right: 1px solid #e8e8e8;
    }

    .join .join-content .join-content-body h4 {
        line-height: 32px;
        letter-spacing: 0px;
        color: #4f4f4f;
        font-size: 18px;
    }

    .join .join-content .join-content-body h4 > span {
        font-size: 16px;
    }

    .join .join-content .join-content-body p {
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #969696;
    }

    .join .join-more {
        width: 40%;
        padding: 10px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
        background-color: #4581fb;
        border-radius: 4px;
        text-align: center;
    }

    .join .join-methods-bg {
        display: none;
        width: 100%;
        position: fixed;
        z-index: 99999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .join .join-methods-bg .join-methods {
        position: relative;
        top: 30%;
        width: 40%;
        background: #fff;
        padding: 20px;
        margin: 0 auto;
        border-radius: 4px;
    }

    .join .join-methods-bg .join-methods .icon-guanbi {
        display: block;
        position: absolute;
        top: 4px;
        right: 13px;
        font-size: 15px;
        text-align: right;
        line-height: 32px;
        letter-spacing: 0px;
        color: #333333;
        cursor: pointer;
    }

    .join .join-methods-bg .join-methods h4 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
        color: #333333;
    }

    .join .join-methods-bg .join-methods p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 0;
    }
    .join .join-methods-bg .join-methods p:last-of-type{
        margin-top: 50px;
    }
    .join .join-methods-bg .join-methods p span {
        color: #1268d0;
    }

    /*企业文化*/
    #about-vision{
        background-color: #ffffff;
        box-shadow: 0px 8px 12px 0px
        #cccccc;
        overflow: hidden;
    }
    #about-vision .pull-right{
        padding: 0;
    }
    #about-vision .about-vision-left{
        padding: 40px;
    }
    #about-vision .about-vision-left p{
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 35px;
        border-left: 1px solid transparent;
        padding-left: 15px;
        cursor: pointer;
    }
    #about-vision .about-vision-left .about-vision-active{
        color: #1268d0;
        border-left: 1px solid #1268d0;
    }
    #about-vision .about-vision-right img{
        margin: 0 auto;
    }
    #about-value{
        overflow: hidden;
    }
    #about-value .about-value-left img{
        margin: 0 auto;
    }
    #about-value p{
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
        margin: 30px 0;
    }
    #about-value .about-value-line{
        width: 200px;
        height: 16px;
        background-color: #1268d0;
    }
    #about-culture{
        padding: 120px 0px 80px;
        background-color: #f1f2f5;
    }
    #about-culture .about-culture-title{
        font-size: 20px;
        text-align: center;
        line-height: 26px;
        letter-spacing: 0px;
        color: #6a6a6a;
    }
    #about-culture .container-fluid{
        padding: 0;
    }
    #about-culture .about-culture-box>div{
        padding: 0;
    }
    #about-culture .about-culture-box .about-culture-left{
        border-top: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        overflow: hidden;
    }
    #about-culture .about-culture-box .about-culture-left>div{
        position: relative;
        height: 350px;
        padding: 0px 60px;
        border-right: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        text-align: center;
        background-color: #f6f7f9;
        overflow: hidden;
    }
    #about-culture .about-culture-box .about-culture-left h3{
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #333333;
        margin-top: 100px;
        margin-bottom: 20px;
    }
    #about-culture .about-culture-box .about-culture-left p{
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0;
        color: #767e90;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    #about-culture .about-culture-box .about-culture-left>div:hover .about-culture-hide{
        display: block;
    }
    #about-culture .about-culture-box .about-culture-left .about-culture-hide{
        display: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 60px;
        background-color: #1e1e1e;
    }
    #about-culture .about-culture-box .about-culture-left .about-culture-hide h3{
        color: #ffffff;
    }
    #about-culture .about-culture-box .about-culture-left .about-culture-hide p{
        color: #fff;
    }
    #about-culture .about-culture-box .about-culture-right{
        width: 100%;
        height: 700px;
        background: url("../images/content/aobut-culture.jpg") no-repeat center;
        background-size: cover;
    }
    #about-elegant{
        margin-bottom: 180px;
    }
    #about-elegant .swiper-slide{
        height: 252px;
        overflow: hidden;
        position: relative;
    }
    #about-elegant .swiper-slide:hover .about-elegant-text{
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        opacity: 1;
        animation: setLeft 0.5s linear;
    }
    #about-elegant .swiper-slide img{
        height: 100%;
    }
    #about-elegant .swiper-slide .about-elegant-text{
        position: absolute;
        top: 0;
        left: 0;
        right: 50%;
        bottom: 0;
        background-color: #1268d0;
        color: #fff;
        text-align: center;
        padding: 30px 15px;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        opacity: 0;

    }
    @keyframes setLeft {
        0%{
            transform: translateX(-100%);
            opacity: 0;
        }
        50%{
            transform: translateX(-50%);
            opacity: 0.5;
        }
        100%{
            transform: translateX(0%);
            opacity: 1;
        }
    }
    @-ms-keyframes setLeft {
        0%{
            transform: translateX(-100%);
            opacity: 0;
        }
        50%{
            transform: translateX(-50%);
            opacity: 0.5;
        }
        100%{
            transform: translateX(0%);
            opacity: 1;
        }
    }
    @-webkit-keyframes setLeft {
         0%{
             transform: translateX(-100%);
             opacity: 0;
         }
         50%{
             transform: translateX(-50%);
             opacity: 0.5;
         }
         100%{
             transform: translateX(0%);
             opacity: 1;
         }
     }
    @-moz-keyframes setLeft {
        0%{
            transform: translateX(-100%);
            opacity: 0;
        }
        50%{
            transform: translateX(-50%);
            opacity: 0.5;
        }
        100%{
            transform: translateX(0%);
            opacity: 1;
        }
    }
    @-o-keyframes setLeft {
        0%{
            transform: translateX(-100%);
            opacity: 0;
        }
        50%{
            transform: translateX(-50%);
            opacity: 0.5;
        }
        100%{
            transform: translateX(0%);
            opacity: 1;
        }
    }

    #about-elegant .swiper-slide .about-elegant-text h3{
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    #about-elegant .swiper-slide .about-elegant-text p{
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }



}












/*iPad*/
/*415*/
@media (min-width: 605px) and (max-width: 768px) {
    .swiper-banner {
        width: 100% !important;
        height: 250px !important;
        overflow: hidden;
    }

    .window .window-content {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -240px;
        margin-top: -270px;
        padding: 40px;
        background-color: #ffffff;
        border-radius: 6px;
        overflow: hidden;
    }

    .way {
        padding: 30px 0;
        background: #fff;
    }

    .way h2 {
        margin-bottom: 20px;
    }

    .way .way-box {
        width: 90%;
        margin: 50px auto 0;
        overflow: hidden;
    }

    .way .way-box li {
        position: relative;
        float: left;
        width: 40%;
        border: solid 2px #dfdfdf;
        padding: 20px;
        margin-bottom: 37px;
        text-align: right;
        box-sizing: border-box;
    }

    .way .way-box li:before, .way .way-box li:after {
        box-sizing: border-box;
        content: '';
        border: 2px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
    }

    .way .way-box li:before {
        top: -2px;
        left: 2px;
        transition: border-color 0s 0.8s, width 0.2s 0.6s, height 0.2s 0.4s;
    }

    .way .way-box li:hover:before {
        border-top-color: #1268d0; /*上边框颜色*/
        border-right-color: #1268d0;
        width: 100%;
        height: 100%;
        transition: width 0.2s, height 0.2s 0.2s;
    }

    .way .way-box li:after {
        right: 2px;
        bottom: -2px;
        transition: border-color 0s 0.4s, width 0.2s 0.2s, height 0.2s;
    }

    .way .way-box li:hover:after {
        border-bottom-color: #1268d0;
        border-left-color: #1268d0;
        width: 100%;
        height: 100%;
        transition: border-color 0s 0.4s, width 0.2s 0.4s, height 0.2s 0.6s;
    }

    .way .way-box li:nth-child(2n-1) {
        margin-right: 100px;
        text-align: left;
    }

    .way .way-box li h4 {
        font-size: 18px;
        letter-spacing: 1px;
        color: #6a6a6a;
        text-align: inherit;
    }

    .way .way-box li.way-active {
        border: 2px solid #1268d0;
    }

    .way .way-box li.way-active h4 {
        color: #1268d0;
    }

    .way .way-box li p {
        width: 60%;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #6a6a6a;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-align: left;
    }

    .way .way-box li .way-box-text {
        position: absolute;
        left: -2px;
        top: -2px;
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 3px 5px 0px #efefef;
        text-align: center;
        width: 102%;
        height: 102%;
        transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0); /* IE 9 */
        -moz-transform: translate3d(-50%, 0, 0); /* Firefox */
        -webkit-transform: translate3d(-50%, 0, 0); /* Safari 和 Chrome */
        -o-transform: translate3d(-50%, 0, 0); /* Opera */
        transition: all 0.75s 0.5s ease;
        -moz-transition: all 0.75s 0.5s ease; /* Firefox 4 */
        -webkit-transition: all 0.75s 0.5s ease; /* Safari 和 Chrome */
        -o-transition: all 0.75s 0.5s ease; /* Opera */
        opacity: 0;
        z-index: 9;
        padding: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .way .way-box li:nth-child(2n) .way-box-text {
        transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0); /* IE 9 */
        -moz-transform: translate3d(50%, 0, 0); /* Firefox */
        -webkit-transform: translate3d(50%, 0, 0); /* Safari 和 Chrome */
        -o-transform: translate3d(50%, 0, 0); /* Opera */
    }

    .way .way-box li:hover .way-box-text {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0); /* IE 9 */
        -moz-transform: translate3d(0, 0, 0); /* Firefox */
        -webkit-transform: translate3d(0, 0, 0); /* Safari 和 Chrome */
        -o-transform: translate3d(0, 0, 0); /* Opera */
    }

    .way .way-box .way-box-text h3 {
        font-size: 18px;
        letter-spacing: 1px;
        color: #333333;
        margin-top: 20px;
    }

    .way .way-box .way-box-text span {
        font-size: 14px;
        letter-spacing: 1px;
        color: #6a6a6a;
    }

    .way .way-box li:nth-child(2n) p {
        float: right;
    }

    .way .way-box li .way-bg {
        width: 158px;
        height: 90px;
        position: absolute;
        z-index: 5;
        display: block;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 120px;
    }

    .way .way-box li .way-cpt {
        background-image: url("../images/content/way01.png");
        right: -37px;
    }

    .way .way-box li .way-cpm {
        background-image: url("../images/content/way02-1.png");
        left: -73px;
    }

    .way .way-box li .way-cpc {
        background-image: url("../images/content/way03-1.png");
        right: -37px;
    }

    .way .way-box li .way-cp {
        background-image: url("../images/content/way04-1.png");
        left: -73px;
    }

    .way .way-box li:hover .way-cpm {
        background-image: url("../images/content/way02.png");
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease; /* Firefox 4 */
        -webkit-transition: all 0.5s ease; /* Safari 和 Chrome */
        -o-transition: all 0.5s ease; /* Opera */
    }

    .way .way-box li:hover .way-cpc {
        background-image: url("../images/content/way03.png");
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease; /* Firefox 4 */
        -webkit-transition: all 0.5s ease; /* Safari 和 Chrome */
        -o-transition: all 0.5s ease; /* Opera */
    }

    .way .way-box li:hover .way-cp {
        background-image: url("../images/content/way04.png");
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease; /* Firefox 4 */
        -webkit-transition: all 0.5s ease; /* Safari 和 Chrome */
        -o-transition: all 0.5s ease; /* Opera */
    }

    .website-box .website-baiduyun {
        position: relative;
        width: 100%;
        height: 250px;
        background: url(../images/content/website-01.png) no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .website-box .website-yuming {
        background: url(../images/content/website-02.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-pc {
        background: url(../images/content/website-03.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-web {
        background: url(../images/content/website-04.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-baiduyun-text {
        padding: 30px;
    }

    .car-box .car-address ul {
        margin-top: 30px;
    }

    /*增值服务*/
    .added .added-box .added-character .added-character-img {
        position: relative;
        height: 300px;
        margin: 0 auto;
        overflow: hidden;
    }

    /*企业概述*/
    #about-business .about-business .about-business-left ul li {
        float: initial;
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 40px;
        letter-spacing: 0;
        color: #333333;
        margin: 0 auto 0;
        cursor: pointer;
    }

    #about-business .about-business .about-business-left {
        border-right: solid 1px #f0f0f0;
        overflow: hidden;
        border-bottom: none;
    }

    #about-course .about-course-web {
        display: none;
    }

    #about-course .about-course {
        display: block;
        width: 100%;
        height: 452px;;
        background: url("../images/content/about-course-img.png") no-repeat center;
    }

    #about-department .about-department-list li {
        width: 16%;
        float: left;
        text-align: center;
        margin-bottom: 60px;
    }

    #about-department .about-department-list li .about-department-icon {
        height: 67px;
        overflow: hidden;
        margin: 10px auto;
    }

    #about-department .about-department-list li p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #333333;
    }
    /*加入我们*/

    .join .join-content .join-content-title .join-content-left {
        width: 50%;
        color: #4f4f4f;
        float: left;
    }

    .join .join-content .join-content-title .join-content-left .join-content-text {
        float: left;
        width: 75%;
        line-height: 32px;
        padding-bottom: 20px;
    }
    .join .join-content .join-content-title .join-content-right {
        float: right;
        color: #bfbfbf;
        line-height: 32px;
        cursor: pointer;
    }

}

@media (max-width: 1000px) {
    .reason #reasonbox {
        opacity: 0;
        display: none;
    }

    .reason .reason-img {
        display: block;
        margin-top: 30px;
    }

}

@media (min-width: 1000px) {
    .reason #reasonbox {
        opacity: 1;
        display: block;
    }

    .reason .reason-img {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .ad-gray .ad-gray-box .ad-gray-text {
        padding-top: 7px !important;
    }

}

@media (max-width: 370px) {
    .window .window-content label {
        width: 30%;
        float: left;
        font-size: 12px;
        letter-spacing: 1px;
        color: #333333;
        line-height: 32px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .website-box .website-baiduyun {
        position: relative;
        width: 100%;
        height: 400px;
        background: url(../images/content/website-01.png) no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .website-box .website-yuming {
        background: url(../images/content/website-02.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-pc {
        background: url(../images/content/website-03.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-web {
        background: url(../images/content/website-04.png) no-repeat;
        background-size: cover;
    }

    .website-box .website-baiduyun-text span {
        height: 60%;
    }

    .website-type .website-type-hide .website-type-bg {
        position: relative;
        width: 100%;
        height: 400px;
        text-align: center;
    }

    .website-type .website-type-hide .website-type-text .website-type-content {
        -webkit-line-clamp: 7;
    }

    .website-type {
        display: none;
    }

    .website-type-web {
        display: block;
    }

    .website-type-web .website-propaganda {
        width: 100%;
        height: auto;
        padding: 100px 0;
        text-align: center;
    }

    .website-type-web .website-propaganda:nth-of-type(1) {
        background: url("../images/content/jc_A_bg.jpg") no-repeat center;
        background-size: cover;
    }

    .website-type-web .website-propaganda:nth-of-type(2) {
        background: url("../images/content/jc_B_bg.jpg") no-repeat center;
        background-size: cover;
    }

    .website-type-web .website-propaganda:nth-of-type(3) {
        background: url("../images/content/jc_C_bg.jpg") no-repeat center;
        background-size: cover;
    }

    .website-type-web .website-propaganda:nth-of-type(4) {
        background: url("../images/content/jc_D_bg.png") no-repeat center;
        background-size: cover;
    }

    .website-propaganda img {
        margin: 0 auto 15px;
    }

    .website-type-web .website-propaganda:nth-of-type(2n-1) h6 {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #fff;
    }

    .website-type-web .website-propaganda:nth-of-type(2n-1) p {
        font-size: 18px;
        color: #fff;
    }

    .website-type-web .website-propaganda:nth-of-type(2n-1) .website-web-conten {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #fff;
    }

    .website-type-web .website-propaganda:nth-of-type(2n) h6 {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #0481fc;
    }

    .website-type-web .website-propaganda:nth-of-type(2n) p {
        font-size: 18px;
        color: #0481fc;
    }

    .website-type-web .website-propaganda:nth-of-type(2n) .website-web-conten {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #444;
    }

    .car-box .car-box-expenses dl {
        height: 250px;
        border: solid 1px #5c5c5c;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
    }

    .car-box .car-box-expenses dl dt {
        position: relative;
        width: 42%;
        border: solid 1px #5c5c5c;
        border-radius: 50%;
        font-size: 22px;
        letter-spacing: 1px;
        color: #2f2f2f;
        margin: 10px auto 10px;
        line-height: 80px;
    }

    .car-box .car-box-expenses dl dd {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #6a6a6a;
        margin-top: 0px;
    }

}
@media (min-width: 1200px) {
    .news .news-box .news-content .news-content-box .news-content-img {
        width: 100%;
        height: 211px;
        overflow: hidden;
    }
}